#eccfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 207, 223
HSL
327°, 43%, 87%
CMYK
0, 12, 6, 8
Luminance
0.6779
Every format
| HEX | #eccfdf |
| RGB | rgb(236, 207, 223) |
| HSL | hsl(327, 43%, 87%) |
| CMYK | cmyk(0%, 12%, 6%, 8%) |
| LAB | lab(85.9 12.8 -4.2) |
| LCH | lch(85.9 13.4 342.0) |
| OKLCH | oklch(0.883 0.038 343.6) |
Copy-ready code
/* CSS */
color: #eccfdf;
background-color: #eccfdf;
/* Tailwind (arbitrary) */
class="text-[#eccfdf] bg-[#eccfdf]"
/* SCSS */
$brand: #eccfdf;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#eccfdf")Accessibility — WCAG contrast
Aa
#eccfdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfdf on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow5.5%
Key (black)7.5%
Color previews
#eccfdf text on a black background
contrast 14.56:1
Card sample
#eccfdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfdf;
Background color
Panel with #eccfdf background
background-color: #eccfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfdf; background: linear-gradient(135deg, #eccfdf, #ECD2CF);