#E9F07C
A light, vivid yellow closely aligning with Khaki.
About #E9F07C
Visually, #E9F07C is defined as a vivid yellow. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 233 red, 240 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. The color uses 3% Cyan, 0% Magenta, 48% Yellow, and 6% Black. With a hue angle of 63.6 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9F07C
RGB233, 240, 124
HSL63.6°, 79.5%, 71.4%
CMYK3%, 0%, 48%, 6%
HSV63.6°, 48.3%, 94.1%
LAB92.2, -18.2, 54.8
XYZ68.4, 81.1, 31.1
Decimal15331452
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.22:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9F07C;
}
.text-color {
color: #E9F07C;
}
.border-color {
border: 2px solid #E9F07C;
}