#E2DB6D
A light, moderate yellow closely aligning with Khaki.
About #E2DB6D
The hex code #E2DB6D represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 226 red, 219 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 3% Magenta, 52% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E2DB6D
RGB226, 219, 109
HSL56.4°, 66.9%, 65.7%
CMYK0%, 3%, 52%, 11%
HSV56.4°, 51.8%, 88.6%
LAB86.0, -11.9, 54.3
XYZ59.5, 67.9, 24.4
Decimal14867309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.59:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DB6D;
}
.text-color {
color: #E2DB6D;
}
.border-color {
border: 2px solid #E2DB6D;
}