#eacbc9
a pale, soft red · warm · closest name: silver
RGB
234, 203, 201
HSL
4°, 44%, 85%
CMYK
0, 13, 14, 8
Luminance
0.6442
Every format
| HEX | #eacbc9 |
| RGB | rgb(234, 203, 201) |
| HSL | hsl(4, 44%, 85%) |
| CMYK | cmyk(0%, 13%, 14%, 8%) |
| LAB | lab(84.2 10.6 5.0) |
| LCH | lch(84.2 11.7 25.4) |
| OKLCH | oklch(0.868 0.035 22.2) |
Copy-ready code
/* CSS */
color: #eacbc9;
background-color: #eacbc9;
/* Tailwind (arbitrary) */
class="text-[#eacbc9] bg-[#eacbc9]"
/* SCSS */
$brand: #eacbc9;
/* SwiftUI */
Color(red: 0.918, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#eacbc9")Accessibility — WCAG contrast
Aa
#eacbc9 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacbc9 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow14.1%
Key (black)8.2%
Color previews
#eacbc9 text on a black background
contrast 13.88:1
Card sample
#eacbc9 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacbc9;
Background color
Panel with #eacbc9 background
background-color: #eacbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacbc9; background: linear-gradient(135deg, #eacbc9, #EAE1C9);