#E9D357
A light, vivid yellow closely aligning with Khaki.
About #E9D357
At its core, #E9D357 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 211, and 87.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 9% M, 63% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9D357
RGB233, 211, 87
HSL51.0°, 76.8%, 62.7%
CMYK0%, 9%, 63%, 9%
HSV51.0°, 62.7%, 91.4%
LAB84.3, -6.6, 62.3
XYZ58.6, 64.6, 18.4
Decimal15323991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.92:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9D357;
}
.text-color {
color: #E9D357;
}
.border-color {
border: 2px solid #E9D357;
}