#E2FF8A
A light, vivid yellow closely aligning with Khaki.
About #E2FF8A
When working with digital screens, the color #E2FF8A is rendered by mixing light. Its closest recognized web color is Khaki. In the RGB color space, it consists of 226 red, 255 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 11% C, 0% M, 46% Y, and 0% K. With a hue angle of 74.9 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2FF8A
RGB226, 255, 138
HSL74.9°, 100.0%, 77.1%
CMYK11%, 0%, 46%, 0%
HSV74.9°, 45.9%, 100.0%
LAB95.8, -26.7, 52.5
XYZ71.7, 89.5, 37.5
Decimal14876554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.90:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FF8A;
}
.text-color {
color: #E2FF8A;
}
.border-color {
border: 2px solid #E2FF8A;
}