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