#eecfdf
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 207, 223
HSL
329°, 48%, 87%
CMYK
0, 13, 6, 7
Luminance
0.6813
Every format
| HEX | #eecfdf |
| RGB | rgb(238, 207, 223) |
| HSL | hsl(329, 48%, 87%) |
| CMYK | cmyk(0%, 13%, 6%, 7%) |
| LAB | lab(86.1 13.5 -3.9) |
| LCH | lch(86.1 14.0 343.9) |
| OKLCH | oklch(0.885 0.040 345.4) |
Copy-ready code
/* CSS */
color: #eecfdf;
background-color: #eecfdf;
/* Tailwind (arbitrary) */
class="text-[#eecfdf] bg-[#eecfdf]"
/* SCSS */
$brand: #eecfdf;
/* SwiftUI */
Color(red: 0.933, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#eecfdf")Accessibility — WCAG contrast
Aa
#eecfdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecfdf on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow6.3%
Key (black)6.7%
Color previews
#eecfdf text on a black background
contrast 14.63:1
Card sample
#eecfdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecfdf;
Background color
Panel with #eecfdf background
background-color: #eecfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecfdf; background: linear-gradient(135deg, #eecfdf, #EED4CF);