#e6a592
a light, vivid red · warm · closest name: tan
RGB
230, 165, 146
HSL
14°, 63%, 74%
CMYK
0, 28, 37, 10
Luminance
0.4581
Every format
| HEX | #e6a592 |
| RGB | rgb(230, 165, 146) |
| HSL | hsl(14, 63%, 74%) |
| CMYK | cmyk(0%, 28%, 37%, 10%) |
| LAB | lab(73.4 21.6 19.4) |
| LCH | lch(73.4 29.0 41.9) |
| OKLCH | oklch(0.779 0.082 37.0) |
Copy-ready code
/* CSS */
color: #e6a592;
background-color: #e6a592;
/* Tailwind (arbitrary) */
class="text-[#e6a592] bg-[#e6a592]"
/* SCSS */
$brand: #e6a592;
/* SwiftUI */
Color(red: 0.902, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#e6a592")Accessibility — WCAG contrast
Aa
#e6a592 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6a592 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow36.5%
Key (black)9.8%
Color previews
#e6a592 text on a black background
contrast 10.16:1
Card sample
#e6a592 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6a592;
Background color
Panel with #e6a592 background
background-color: #e6a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6a592; background: linear-gradient(135deg, #e6a592, #E6DD92);