#eac2ac
a light, vivid orange · warm · closest name: tan
RGB
234, 194, 172
HSL
21°, 60%, 80%
CMYK
0, 17, 27, 8
Luminance
0.5905
Every format
| HEX | #eac2ac |
| RGB | rgb(234, 194, 172) |
| HSL | hsl(21, 60%, 80%) |
| CMYK | cmyk(0%, 17%, 27%, 8%) |
| LAB | lab(81.3 11.0 16.4) |
| LCH | lch(81.3 19.8 56.1) |
| OKLCH | oklch(0.843 0.055 50.4) |
Copy-ready code
/* CSS */
color: #eac2ac;
background-color: #eac2ac;
/* Tailwind (arbitrary) */
class="text-[#eac2ac] bg-[#eac2ac]"
/* SCSS */
$brand: #eac2ac;
/* SwiftUI */
Color(red: 0.918, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#eac2ac")Accessibility — WCAG contrast
Aa
#eac2ac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac2ac on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green76.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow26.5%
Key (black)8.2%
Color previews
#eac2ac text on a black background
contrast 12.81:1
Card sample
#eac2ac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac2ac;
Background color
Panel with #eac2ac background
background-color: #eac2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac2ac; background: linear-gradient(135deg, #eac2ac, #E9EAAC);