#F5FFFA
A very light, vivid neutral closely aligning with Mintcream.
About #F5FFFA
The hex code #F5FFFA represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Mintcream. In the RGB color space, it consists of 245 red, 255 green, and 250 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 4% C, 0% M, 2% Y, and 0% K. With a hue angle of 150.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F5FFFA
RGB245, 255, 250
HSL150.0°, 100.0%, 98.0%
CMYK4%, 0%, 2%, 0%
HSV150.0°, 3.9%, 100.0%
LAB99.2, -4.2, 1.2
XYZ90.7, 97.8, 104.5
Decimal16121850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.02:1
Text on #FFFFFF
FAIL
20.57:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
17.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F5FFFA;
}
.text-color {
color: #F5FFFA;
}
.border-color {
border: 2px solid #F5FFFA;
}