#E2DB92
A light, moderate yellow closely aligning with Palegoldenrod.
About #E2DB92
Visually, #E2DB92 is defined as a moderate yellow. Designers often compare it to the standard color Palegoldenrod. In the RGB color space, it consists of 226 red, 219 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 3% Magenta, 35% Yellow, and 11% Black. The HSL representation is 54.7° hue, 58.0% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2DB92
RGB226, 219, 146
HSL54.7°, 58.0%, 72.9%
CMYK0%, 3%, 35%, 11%
HSV54.7°, 35.4%, 88.6%
LAB86.5, -8.3, 36.8
XYZ61.9, 68.9, 37.2
Decimal14867346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.78:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DB92;
}
.text-color {
color: #E2DB92;
}
.border-color {
border: 2px solid #E2DB92;
}