#eac2af
a light, vivid orange · warm · closest name: tan
RGB
234, 194, 175
HSL
19°, 58%, 80%
CMYK
0, 17, 25, 8
Luminance
0.5917
Every format
| HEX | #eac2af |
| RGB | rgb(234, 194, 175) |
| HSL | hsl(19, 58%, 80%) |
| CMYK | cmyk(0%, 17%, 25%, 8%) |
| LAB | lab(81.4 11.4 14.9) |
| LCH | lch(81.4 18.8 52.5) |
| OKLCH | oklch(0.844 0.053 46.8) |
Copy-ready code
/* CSS */
color: #eac2af;
background-color: #eac2af;
/* Tailwind (arbitrary) */
class="text-[#eac2af] bg-[#eac2af]"
/* SCSS */
$brand: #eac2af;
/* SwiftUI */
Color(red: 0.918, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#eac2af")Accessibility — WCAG contrast
Aa
#eac2af on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac2af on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green76.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow25.2%
Key (black)8.2%
Color previews
#eac2af text on a black background
contrast 12.83:1
Card sample
#eac2af text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac2af;
Background color
Panel with #eac2af background
background-color: #eac2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac2af; background: linear-gradient(135deg, #eac2af, #EAE9AF);