#eccecf
a pale, soft red · warm · closest name: silver
RGB
236, 206, 207
HSL
358°, 44%, 87%
CMYK
0, 13, 12, 8
Luminance
0.6648
Every format
| HEX | #eccecf |
| RGB | rgb(236, 206, 207) |
| HSL | hsl(358, 44%, 87%) |
| CMYK | cmyk(0%, 13%, 12%, 8%) |
| LAB | lab(85.2 10.6 3.4) |
| LCH | lch(85.2 11.2 17.6) |
| OKLCH | oklch(0.877 0.034 15.5) |
Copy-ready code
/* CSS */
color: #eccecf;
background-color: #eccecf;
/* Tailwind (arbitrary) */
class="text-[#eccecf] bg-[#eccecf]"
/* SCSS */
$brand: #eccecf;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#eccecf")Accessibility — WCAG contrast
Aa
#eccecf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccecf on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow12.3%
Key (black)7.5%
Color previews
#eccecf text on a black background
contrast 14.30:1
Card sample
#eccecf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccecf;
Background color
Panel with #eccecf background
background-color: #eccecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccecf; background: linear-gradient(135deg, #eccecf, #ECE1CE);