#F0FFE9
A very light, vivid neutral closely aligning with Honeydew.
About #F0FFE9
The hex code #F0FFE9 represents a beautifully specific shade of neutral. Its closest recognized web color is Honeydew. This translates to an RGB value of rgb(240, 255, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 6% cyan, 0% magenta, 9% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0FFE9
RGB240, 255, 233
HSL100.9°, 100.0%, 95.7%
CMYK6%, 0%, 9%, 0%
HSV100.9°, 8.6%, 100.0%
LAB98.4, -8.8, 8.8
XYZ86.4, 95.9, 91.1
Decimal15794153
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.04:1
Text on #FFFFFF
FAIL
20.19:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
17.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0FFE9;
}
.text-color {
color: #F0FFE9;
}
.border-color {
border: 2px solid #F0FFE9;
}