#F8FFF8
A very light, vivid neutral closely aligning with Mintcream.
About #F8FFF8
At its core, #F8FFF8 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Mintcream. Its digital footprint relies on 248 parts red, 255 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 3% Cyan, 0% Magenta, 3% Yellow, and 0% Black. The HSL representation is 120.0° hue, 100.0% saturation, and 98.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8FFF8
RGB248, 255, 248
HSL120.0°, 100.0%, 98.6%
CMYK3%, 0%, 3%, 0%
HSV120.0°, 2.7%, 100.0%
LAB99.3, -3.5, 2.5
XYZ91.4, 98.3, 103.0
Decimal16318456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.02:1
Text on #FFFFFF
FAIL
20.65:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
17.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FFF8;
}
.text-color {
color: #F8FFF8;
}
.border-color {
border: 2px solid #F8FFF8;
}