#eedfec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 223, 236
HSL
308°, 31%, 90%
CMYK
0, 6, 1, 7
Luminance
0.7701
Every format
| HEX | #eedfec |
| RGB | rgb(238, 223, 236) |
| HSL | hsl(308, 31%, 90%) |
| CMYK | cmyk(0%, 6%, 1%, 7%) |
| LAB | lab(90.3 7.4 -4.5) |
| LCH | lch(90.3 8.6 328.7) |
| OKLCH | oklch(0.919 0.024 330.0) |
Copy-ready code
/* CSS */
color: #eedfec;
background-color: #eedfec;
/* Tailwind (arbitrary) */
class="text-[#eedfec] bg-[#eedfec]"
/* SCSS */
$brand: #eedfec;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#eedfec")Accessibility — WCAG contrast
Aa
#eedfec on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfec on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow0.8%
Key (black)6.7%
Color previews
#eedfec text on a black background
contrast 16.40:1
Card sample
#eedfec text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfec;
Background color
Panel with #eedfec background
background-color: #eedfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfec; background: linear-gradient(135deg, #eedfec, #EEDFE2);