#E2FFA0
A very light, vivid green closely aligning with Khaki.
About #E2FFA0
Visually, #E2FFA0 is defined as a vivid green. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 226 red, 255 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 11% Cyan, 0% Magenta, 37% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2FFA0
RGB226, 255, 160
HSL78.3°, 100.0%, 81.4%
CMYK11%, 0%, 37%, 0%
HSV78.3°, 37.3%, 100.0%
LAB96.1, -24.3, 42.3
XYZ73.5, 90.2, 46.8
Decimal14876576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.05:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FFA0;
}
.text-color {
color: #E2FFA0;
}
.border-color {
border: 2px solid #E2FFA0;
}