#E9DBAF
A very light, moderate yellow closely aligning with Wheat.
About #E9DBAF
At its core, #E9DBAF is a very 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 175 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 6% M, 25% Y, and 9% K. The HSL representation is 45.5° hue, 56.9% saturation, and 80.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9DBAF
RGB233, 219, 175
HSL45.5°, 56.9%, 80.0%
CMYK0%, 6%, 25%, 9%
HSV45.5°, 24.9%, 91.4%
LAB87.5, -2.0, 23.4
XYZ66.7, 71.1, 50.8
Decimal15326127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.22:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9DBAF;
}
.text-color {
color: #E9DBAF;
}
.border-color {
border: 2px solid #E9DBAF;
}