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