#E2F8A0
A very light, vivid green closely aligning with Khaki.
About #E2F8A0
The hex code #E2F8A0 represents a beautifully specific shade of green. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(226, 248, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 9% Cyan, 0% Magenta, 35% Yellow, and 3% Black. With a hue angle of 75.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#E2F8A0
RGB226, 248, 160
HSL75.0°, 86.3%, 80.0%
CMYK9%, 0%, 35%, 3%
HSV75.0°, 35.5%, 97.3%
LAB94.2, -20.9, 39.9
XYZ71.3, 85.8, 46.1
Decimal14874784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.17:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8A0;
}
.text-color {
color: #E2F8A0;
}
.border-color {
border: 2px solid #E2F8A0;
}