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