#E2BDA0
A light, moderate orange closely aligning with Tan.
About #E2BDA0
Visually, #E2BDA0 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 189, and 160.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 16% Magenta, 29% Yellow, and 11% Black. The HSL representation is 26.4° hue, 53.2% saturation, and 75.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2BDA0
RGB226, 189, 160
HSL26.4°, 53.2%, 75.7%
CMYK0%, 16%, 29%, 11%
HSV26.4°, 29.2%, 88.6%
LAB79.1, 9.0, 19.6
XYZ55.9, 55.1, 40.9
Decimal14859680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.02:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BDA0;
}
.text-color {
color: #E2BDA0;
}
.border-color {
border: 2px solid #E2BDA0;
}