#eacccc
a pale, soft red · warm · closest name: silver
RGB
234, 204, 204
HSL
0°, 42%, 86%
CMYK
0, 13, 13, 8
Luminance
0.6504
Every format
| HEX | #eacccc |
| RGB | rgb(234, 204, 204) |
| HSL | hsl(0, 42%, 86%) |
| CMYK | cmyk(0%, 13%, 13%, 8%) |
| LAB | lab(84.5 10.5 3.9) |
| LCH | lch(84.5 11.2 20.3) |
| OKLCH | oklch(0.870 0.034 17.8) |
Copy-ready code
/* CSS */
color: #eacccc;
background-color: #eacccc;
/* Tailwind (arbitrary) */
class="text-[#eacccc] bg-[#eacccc]"
/* SCSS */
$brand: #eacccc;
/* SwiftUI */
Color(red: 0.918, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#eacccc")Accessibility — WCAG contrast
Aa
#eacccc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacccc on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow12.8%
Key (black)8.2%
Color previews
#eacccc text on a black background
contrast 14.01:1
Card sample
#eacccc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacccc;
Background color
Panel with #eacccc background
background-color: #eacccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacccc; background: linear-gradient(135deg, #eacccc, #EAE0CC);