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