#E2E983
A light, moderate yellow closely aligning with Khaki.
About #E2E983
Visually, #E2E983 is defined as a moderate yellow. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(226, 233, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 3% cyan, 0% magenta, 44% yellow, and 9% black. The HSL representation is 64.1° hue, 69.9% saturation, and 71.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#E2E983
RGB226, 233, 131
HSL64.1°, 69.9%, 71.4%
CMYK3%, 0%, 44%, 9%
HSV64.1°, 43.8%, 91.4%
LAB89.9, -16.9, 48.6
XYZ64.6, 76.1, 32.8
Decimal14870915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.22:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E983;
}
.text-color {
color: #E2E983;
}
.border-color {
border: 2px solid #E2E983;
}