#E2DB66
A light, moderate yellow closely aligning with Khaki.
About #E2DB66
At its core, #E2DB66 is a light and moderate hue. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 219, and 102.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 3% magenta, 55% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2DB66
RGB226, 219, 102
HSL56.6°, 68.1%, 64.3%
CMYK0%, 3%, 55%, 11%
HSV56.6°, 54.9%, 88.6%
LAB85.9, -12.5, 57.4
XYZ59.1, 67.8, 22.5
Decimal14867302
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.56:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DB66;
}
.text-color {
color: #E2DB66;
}
.border-color {
border: 2px solid #E2DB66;
}