#E2F8E9
A very light, moderate neutral closely aligning with Honeydew.
About #E2F8E9
When working with digital screens, the color #E2F8E9 is rendered by mixing light. It is closely associated with the named CSS color Honeydew. In the RGB color space, it consists of 226 red, 248 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 0% Magenta, 6% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2F8E9
RGB226, 248, 233
HSL139.1°, 61.1%, 92.9%
CMYK9%, 0%, 6%, 3%
HSV139.1°, 8.9%, 97.3%
LAB95.7, -9.9, 4.7
XYZ79.6, 89.2, 90.1
Decimal14874857
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.84:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
16.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8E9;
}
.text-color {
color: #E2F8E9;
}
.border-color {
border: 2px solid #E2F8E9;
}