#E2F8CC
A very light, vivid green closely aligning with Lightgoldenrodyellow.
About #E2F8CC
When working with digital screens, the color #E2F8CC is rendered by mixing light. Its closest recognized web color is Lightgoldenrodyellow. Its digital footprint relies on 226 parts red, 248 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 0% Magenta, 18% Yellow, and 3% Black. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#E2F8CC
RGB226, 248, 204
HSL90.0°, 75.9%, 88.6%
CMYK9%, 0%, 18%, 3%
HSV90.0°, 17.7%, 97.3%
LAB95.0, -14.8, 18.8
XYZ75.8, 87.7, 70.1
Decimal14874828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.53:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8CC;
}
.text-color {
color: #E2F8CC;
}
.border-color {
border: 2px solid #E2F8CC;
}