#E2D383
A light, moderate yellow closely aligning with Khaki.
About #E2D383
At its core, #E2D383 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(226, 211, 131).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2D383
RGB226, 211, 131
HSL50.5°, 62.1%, 70.0%
CMYK0%, 7%, 42%, 11%
HSV50.5°, 42.0%, 88.6%
LAB84.2, -5.8, 41.4
XYZ58.8, 64.4, 30.8
Decimal14865283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.88:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D383;
}
.text-color {
color: #E2D383;
}
.border-color {
border: 2px solid #E2D383;
}