#eed0df
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 208, 223
HSL
330°, 47%, 88%
CMYK
0, 13, 6, 7
Luminance
0.6862
Every format
| HEX | #eed0df |
| RGB | rgb(238, 208, 223) |
| HSL | hsl(330, 47%, 88%) |
| CMYK | cmyk(0%, 13%, 6%, 7%) |
| LAB | lab(86.3 12.9 -3.5) |
| LCH | lch(86.3 13.4 344.8) |
| OKLCH | oklch(0.887 0.039 346.2) |
Copy-ready code
/* CSS */
color: #eed0df;
background-color: #eed0df;
/* Tailwind (arbitrary) */
class="text-[#eed0df] bg-[#eed0df]"
/* SCSS */
$brand: #eed0df;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#eed0df")Accessibility — WCAG contrast
Aa
#eed0df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed0df on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow6.3%
Key (black)6.7%
Color previews
#eed0df text on a black background
contrast 14.72:1
Card sample
#eed0df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed0df;
Background color
Panel with #eed0df background
background-color: #eed0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed0df; background: linear-gradient(135deg, #eed0df, #EED5D0);