#e5a592
a light, vivid red · warm · closest name: tan
RGB
229, 165, 146
HSL
14°, 62%, 74%
CMYK
0, 28, 36, 10
Luminance
0.4564
Every format
| HEX | #e5a592 |
| RGB | rgb(229, 165, 146) |
| HSL | hsl(14, 62%, 74%) |
| CMYK | cmyk(0%, 28%, 36%, 10%) |
| LAB | lab(73.3 21.2 19.2) |
| LCH | lch(73.3 28.6 42.2) |
| OKLCH | oklch(0.778 0.081 37.2) |
Copy-ready code
/* CSS */
color: #e5a592;
background-color: #e5a592;
/* Tailwind (arbitrary) */
class="text-[#e5a592] bg-[#e5a592]"
/* SCSS */
$brand: #e5a592;
/* SwiftUI */
Color(red: 0.898, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#e5a592")Accessibility — WCAG contrast
Aa
#e5a592 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5a592 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow36.2%
Key (black)10.2%
Color previews
#e5a592 text on a black background
contrast 10.13:1
Card sample
#e5a592 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5a592;
Background color
Panel with #e5a592 background
background-color: #e5a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5a592; background: linear-gradient(135deg, #e5a592, #E5DC92);