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