#eccfcd
a pale, soft red · warm · closest name: silver
RGB
236, 207, 205
HSL
4°, 45%, 87%
CMYK
0, 12, 13, 8
Luminance
0.6687
Every format
| HEX | #eccfcd |
| RGB | rgb(236, 207, 205) |
| HSL | hsl(4, 45%, 87%) |
| CMYK | cmyk(0%, 12%, 13%, 8%) |
| LAB | lab(85.4 9.8 4.7) |
| LCH | lch(85.4 10.9 25.7) |
| OKLCH | oklch(0.878 0.033 22.5) |
Copy-ready code
/* CSS */
color: #eccfcd;
background-color: #eccfcd;
/* Tailwind (arbitrary) */
class="text-[#eccfcd] bg-[#eccfcd]"
/* SCSS */
$brand: #eccfcd;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.804)
/* Android */
Color.parseColor("#eccfcd")Accessibility — WCAG contrast
Aa
#eccfcd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfcd on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow13.1%
Key (black)7.5%
Color previews
#eccfcd text on a black background
contrast 14.37:1
Card sample
#eccfcd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfcd;
Background color
Panel with #eccfcd background
background-color: #eccfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfcd; background: linear-gradient(135deg, #eccfcd, #ECE4CD);