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