#E2DB75
A light, moderate yellow closely aligning with Khaki.
About #E2DB75
Visually, #E2DB75 is defined as a moderate yellow. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(226, 219, 117).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 3% Magenta, 48% Yellow, and 11% Black. The HSL representation is 56.1° hue, 65.3% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#E2DB75
RGB226, 219, 117
HSL56.1°, 65.3%, 67.3%
CMYK0%, 3%, 48%, 11%
HSV56.1°, 48.2%, 88.6%
LAB86.1, -11.2, 50.6
XYZ59.9, 68.1, 26.8
Decimal14867317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.62:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DB75;
}
.text-color {
color: #E2DB75;
}
.border-color {
border: 2px solid #E2DB75;
}