#E2F8C5
A very light, vivid green closely aligning with Lightgoldenrodyellow.
About #E2F8C5
The precise color #E2F8C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgoldenrodyellow. This translates to an RGB value of rgb(226, 248, 197).
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 0% Magenta, 21% Yellow, and 3% Black. With a hue angle of 85.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2F8C5
RGB226, 248, 197
HSL85.9°, 78.5%, 87.3%
CMYK9%, 0%, 21%, 3%
HSV85.9°, 20.6%, 97.3%
LAB94.9, -15.9, 22.1
XYZ75.0, 87.3, 65.7
Decimal14874821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.47:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8C5;
}
.text-color {
color: #E2F8C5;
}
.border-color {
border: 2px solid #E2F8C5;
}