#E2F0E2
A very light, moderate neutral closely aligning with Honeydew.
About #E2F0E2
Visually, #E2F0E2 is defined as a moderate neutral. It is closely associated with the named CSS color Honeydew. This translates to an RGB value of rgb(226, 240, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 6% cyan, 0% magenta, 6% yellow, and 6% black. The HSL representation is 120.0° hue, 31.8% saturation, and 91.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2F0E2
RGB226, 240, 226
HSL120.0°, 31.8%, 91.4%
CMYK6%, 0%, 6%, 6%
HSV120.0°, 5.8%, 94.1%
LAB93.4, -7.1, 5.2
XYZ76.3, 84.0, 84.1
Decimal14872802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.80:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F0E2;
}
.text-color {
color: #E2F0E2;
}
.border-color {
border: 2px solid #E2F0E2;
}