#eacecf
a pale, soft red · warm · closest name: silver
RGB
234, 206, 207
HSL
358°, 40%, 86%
CMYK
0, 12, 12, 8
Luminance
0.6614
Every format
| HEX | #eacecf |
| RGB | rgb(234, 206, 207) |
| HSL | hsl(358, 40%, 86%) |
| CMYK | cmyk(0%, 12%, 12%, 8%) |
| LAB | lab(85.1 9.9 3.1) |
| LCH | lch(85.1 10.4 17.3) |
| OKLCH | oklch(0.875 0.032 15.3) |
Copy-ready code
/* CSS */
color: #eacecf;
background-color: #eacecf;
/* Tailwind (arbitrary) */
class="text-[#eacecf] bg-[#eacecf]"
/* SCSS */
$brand: #eacecf;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#eacecf")Accessibility — WCAG contrast
Aa
#eacecf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacecf on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow11.5%
Key (black)8.2%
Color previews
#eacecf text on a black background
contrast 14.23:1
Card sample
#eacecf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacecf;
Background color
Panel with #eacecf background
background-color: #eacecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacecf; background: linear-gradient(135deg, #eacecf, #EAE0CE);