#e2a592
a light, vivid red · warm · closest name: tan
RGB
226, 165, 146
HSL
14°, 58%, 73%
CMYK
0, 27, 35, 11
Luminance
0.4515
Every format
| HEX | #e2a592 |
| RGB | rgb(226, 165, 146) |
| HSL | hsl(14, 58%, 73%) |
| CMYK | cmyk(0%, 27%, 35%, 11%) |
| LAB | lab(73.0 20.1 18.7) |
| LCH | lch(73.0 27.4 43.1) |
| OKLCH | oklch(0.775 0.078 38.0) |
Copy-ready code
/* CSS */
color: #e2a592;
background-color: #e2a592;
/* Tailwind (arbitrary) */
class="text-[#e2a592] bg-[#e2a592]"
/* SCSS */
$brand: #e2a592;
/* SwiftUI */
Color(red: 0.886, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#e2a592")Accessibility — WCAG contrast
Aa
#e2a592 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2a592 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow35.4%
Key (black)11.4%
Color previews
#e2a592 text on a black background
contrast 10.03:1
Card sample
#e2a592 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2a592;
Background color
Panel with #e2a592 background
background-color: #e2a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2a592; background: linear-gradient(135deg, #e2a592, #E2DA92);