#e2ac9b
a light, vivid red · warm · closest name: tan
RGB
226, 172, 155
HSL
14°, 55%, 75%
CMYK
0, 24, 31, 11
Luminance
0.4804
Every format
| HEX | #e2ac9b |
| RGB | rgb(226, 172, 155) |
| HSL | hsl(14, 55%, 75%) |
| CMYK | cmyk(0%, 24%, 31%, 11%) |
| LAB | lab(74.8 17.4 16.4) |
| LCH | lch(74.8 23.9 43.3) |
| OKLCH | oklch(0.790 0.068 38.2) |
Copy-ready code
/* CSS */
color: #e2ac9b;
background-color: #e2ac9b;
/* Tailwind (arbitrary) */
class="text-[#e2ac9b] bg-[#e2ac9b]"
/* SCSS */
$brand: #e2ac9b;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 0.608)
/* Android */
Color.parseColor("#e2ac9b")Accessibility — WCAG contrast
Aa
#e2ac9b on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ac9b on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow31.4%
Key (black)11.4%
Color previews
#e2ac9b text on a black background
contrast 10.61:1
Card sample
#e2ac9b text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ac9b;
Background color
Panel with #e2ac9b background
background-color: #e2ac9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ac9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ac9b; background: linear-gradient(135deg, #e2ac9b, #E2DB9B);