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