#eacac2
a light, vivid red · warm · closest name: silver
RGB
234, 202, 194
HSL
12°, 49%, 84%
CMYK
0, 14, 17, 8
Luminance
0.6363
Every format
| HEX | #eacac2 |
| RGB | rgb(234, 202, 194) |
| HSL | hsl(12, 49%, 84%) |
| CMYK | cmyk(0%, 14%, 17%, 8%) |
| LAB | lab(83.8 10.0 8.2) |
| LCH | lch(83.8 12.9 39.2) |
| OKLCH | oklch(0.864 0.038 34.3) |
Copy-ready code
/* CSS */
color: #eacac2;
background-color: #eacac2;
/* Tailwind (arbitrary) */
class="text-[#eacac2] bg-[#eacac2]"
/* SCSS */
$brand: #eacac2;
/* SwiftUI */
Color(red: 0.918, green: 0.792, blue: 0.761)
/* Android */
Color.parseColor("#eacac2")Accessibility — WCAG contrast
Aa
#eacac2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacac2 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow17.1%
Key (black)8.2%
Color previews
#eacac2 text on a black background
contrast 13.73:1
Card sample
#eacac2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacac2;
Background color
Panel with #eacac2 background
background-color: #eacac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 202, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 202, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacac2; background: linear-gradient(135deg, #eacac2, #EAE5C2);