#E2D38A
A light, moderate yellow closely aligning with Khaki.
About #E2D38A
When working with digital screens, the color #E2D38A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(226, 211, 138).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 7% M, 39% Y, and 11% K. The HSL representation is 49.8° hue, 60.3% saturation, and 71.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#E2D38A
RGB226, 211, 138
HSL49.8°, 60.3%, 71.4%
CMYK0%, 7%, 39%, 11%
HSV49.8°, 38.9%, 88.6%
LAB84.3, -5.1, 38.0
XYZ59.2, 64.6, 33.4
Decimal14865290
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: #E2D38A;
}
.text-color {
color: #E2D38A;
}
.border-color {
border: 2px solid #E2D38A;
}