#E2E26D
A light, moderate yellow closely aligning with Khaki.
About #E2E26D
Visually, #E2E26D 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, 226, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 52% Y, and 11% K. The HSL representation is 60.0° hue, 66.9% saturation, and 65.7% lightness.
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#E2E26D
RGB226, 226, 109
HSL60.0°, 66.9%, 65.7%
CMYK0%, 0%, 52%, 11%
HSV60.0°, 51.8%, 88.6%
LAB87.8, -15.4, 56.4
XYZ61.3, 71.7, 25.1
Decimal14869101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E26D;
}
.text-color {
color: #E2E26D;
}
.border-color {
border: 2px solid #E2E26D;
}