#eed8df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 216, 223
HSL
341°, 39%, 89%
CMYK
0, 9, 6, 7
Luminance
0.7262
Every format
| HEX | #eed8df |
| RGB | rgb(238, 216, 223) |
| HSL | hsl(341, 39%, 89%) |
| CMYK | cmyk(0%, 9%, 6%, 7%) |
| LAB | lab(88.3 8.8 -0.7) |
| LCH | lch(88.3 8.8 355.6) |
| OKLCH | oklch(0.902 0.026 356.3) |
Copy-ready code
/* CSS */
color: #eed8df;
background-color: #eed8df;
/* Tailwind (arbitrary) */
class="text-[#eed8df] bg-[#eed8df]"
/* SCSS */
$brand: #eed8df;
/* SwiftUI */
Color(red: 0.933, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#eed8df")Accessibility — WCAG contrast
Aa
#eed8df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed8df on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow6.3%
Key (black)6.7%
Color previews
#eed8df text on a black background
contrast 15.52:1
Card sample
#eed8df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed8df;
Background color
Panel with #eed8df background
background-color: #eed8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed8df; background: linear-gradient(135deg, #eed8df, #EEE0D8);