#E9DB6D
A light, vivid yellow closely aligning with Khaki.
About #E9DB6D
Visually, #E9DB6D is defined as a vivid yellow. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(233, 219, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 6% M, 53% Y, and 9% K. With a hue angle of 53.2 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9DB6D
RGB233, 219, 109
HSL53.2°, 73.8%, 67.1%
CMYK0%, 6%, 53%, 9%
HSV53.2°, 53.2%, 91.4%
LAB86.5, -9.1, 55.1
XYZ61.7, 69.1, 24.6
Decimal15326061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.82:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9DB6D;
}
.text-color {
color: #E9DB6D;
}
.border-color {
border: 2px solid #E9DB6D;
}