#e1a592
a light, vivid red · warm · closest name: tan
RGB
225, 165, 146
HSL
14°, 57%, 73%
CMYK
0, 27, 35, 12
Luminance
0.4499
Every format
| HEX | #e1a592 |
| RGB | rgb(225, 165, 146) |
| HSL | hsl(14, 57%, 73%) |
| CMYK | cmyk(0%, 27%, 35%, 12%) |
| LAB | lab(72.9 19.7 18.6) |
| LCH | lch(72.9 27.0 43.4) |
| OKLCH | oklch(0.774 0.076 38.3) |
Copy-ready code
/* CSS */
color: #e1a592;
background-color: #e1a592;
/* Tailwind (arbitrary) */
class="text-[#e1a592] bg-[#e1a592]"
/* SCSS */
$brand: #e1a592;
/* SwiftUI */
Color(red: 0.882, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#e1a592")Accessibility — WCAG contrast
Aa
#e1a592 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1a592 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow35.1%
Key (black)11.8%
Color previews
#e1a592 text on a black background
contrast 10.00:1
Card sample
#e1a592 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1a592;
Background color
Panel with #e1a592 background
background-color: #e1a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1a592; background: linear-gradient(135deg, #e1a592, #E1DA92);