#E2F8B6
A very light, vivid green closely aligning with Palegoldenrod.
About #E2F8B6
The hex code #E2F8B6 represents a beautifully specific shade of green. Designers often compare it to the standard color Palegoldenrod. This translates to an RGB value of rgb(226, 248, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 9% cyan, 0% magenta, 27% yellow, and 3% black. The HSL representation is 80.0° hue, 82.5% saturation, and 84.3% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2F8B6
RGB226, 248, 182
HSL80.0°, 82.5%, 84.3%
CMYK9%, 0%, 27%, 3%
HSV80.0°, 26.6%, 97.3%
LAB94.6, -18.1, 29.4
XYZ73.4, 86.7, 57.1
Decimal14874806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.34:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8B6;
}
.text-color {
color: #E2F8B6;
}
.border-color {
border: 2px solid #E2F8B6;
}