#eeddf1
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 221, 241
HSL
291°, 42%, 91%
CMYK
1, 8, 0, 6
Luminance
0.7624
Every format
| HEX | #eeddf1 |
| RGB | rgb(238, 221, 241) |
| HSL | hsl(291, 42%, 91%) |
| CMYK | cmyk(1%, 8%, 0%, 6%) |
| LAB | lab(90.0 9.3 -7.6) |
| LCH | lch(90.0 12.1 320.7) |
| OKLCH | oklch(0.917 0.032 321.1) |
Copy-ready code
/* CSS */
color: #eeddf1;
background-color: #eeddf1;
/* Tailwind (arbitrary) */
class="text-[#eeddf1] bg-[#eeddf1]"
/* SCSS */
$brand: #eeddf1;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#eeddf1")Accessibility — WCAG contrast
Aa
#eeddf1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf1 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue94.5%
CMYK percentages
Cyan1.2%
Magenta8.3%
Yellow0.0%
Key (black)5.5%
Color previews
#eeddf1 text on a black background
contrast 16.25:1
Card sample
#eeddf1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf1;
Background color
Panel with #eeddf1 background
background-color: #eeddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf1; background: linear-gradient(135deg, #eeddf1, #F1DDE7);