#E2F08A
A light, vivid yellow closely aligning with Khaki.
About #E2F08A
The hex code #E2F08A represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Khaki. Its digital footprint relies on 226 parts red, 240 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 6% C, 0% M, 43% Y, and 6% K. With a hue angle of 68.2 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#E2F08A
RGB226, 240, 138
HSL68.2°, 77.3%, 74.1%
CMYK6%, 0%, 43%, 6%
HSV68.2°, 42.5%, 94.1%
LAB91.8, -19.5, 47.6
XYZ67.1, 80.3, 36.0
Decimal14872714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.06:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F08A;
}
.text-color {
color: #E2F08A;
}
.border-color {
border: 2px solid #E2F08A;
}