#E9DBA8
A light, moderate yellow closely aligning with Wheat.
About #E9DBA8
At its core, #E9DBA8 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Wheat. Its digital footprint relies on 233 parts red, 219 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 6% magenta, 28% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9DBA8
RGB233, 219, 168
HSL47.1°, 59.6%, 78.6%
CMYK0%, 6%, 28%, 9%
HSV47.1°, 27.9%, 91.4%
LAB87.4, -2.9, 26.9
XYZ66.0, 70.8, 47.2
Decimal15326120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.16:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9DBA8;
}
.text-color {
color: #E9DBA8;
}
.border-color {
border: 2px solid #E9DBA8;
}