#E9D37C
A light, vivid yellow closely aligning with Khaki.
About #E9D37C
At its core, #E9D37C is a light and vivid hue. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 211, and 124.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 9% M, 47% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9D37C
RGB233, 211, 124
HSL47.9°, 71.2%, 70.0%
CMYK0%, 9%, 47%, 9%
HSV47.9°, 46.8%, 91.4%
LAB84.7, -3.7, 45.6
XYZ60.5, 65.4, 28.5
Decimal15324028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.07:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9D37C;
}
.text-color {
color: #E9D37C;
}
.border-color {
border: 2px solid #E9D37C;
}