#eeddf0
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 221, 240
HSL
294°, 39%, 90%
CMYK
1, 8, 0, 6
Luminance
0.7618
Every format
| HEX | #eeddf0 |
| RGB | rgb(238, 221, 240) |
| HSL | hsl(294, 39%, 90%) |
| CMYK | cmyk(1%, 8%, 0%, 6%) |
| LAB | lab(89.9 9.1 -7.2) |
| LCH | lch(89.9 11.6 322.0) |
| OKLCH | oklch(0.917 0.031 322.6) |
Copy-ready code
/* CSS */
color: #eeddf0;
background-color: #eeddf0;
/* Tailwind (arbitrary) */
class="text-[#eeddf0] bg-[#eeddf0]"
/* SCSS */
$brand: #eeddf0;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#eeddf0")Accessibility — WCAG contrast
Aa
#eeddf0 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf0 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#eeddf0 text on a black background
contrast 16.24:1
Card sample
#eeddf0 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf0;
Background color
Panel with #eeddf0 background
background-color: #eeddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf0; background: linear-gradient(135deg, #eeddf0, #F0DDE5);