#eed5df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 213, 223
HSL
336°, 42%, 88%
CMYK
0, 11, 6, 7
Luminance
0.7109
Every format
| HEX | #eed5df |
| RGB | rgb(238, 213, 223) |
| HSL | hsl(336, 42%, 88%) |
| CMYK | cmyk(0%, 11%, 6%, 7%) |
| LAB | lab(87.5 10.3 -1.8) |
| LCH | lch(87.5 10.5 350.4) |
| OKLCH | oklch(0.896 0.031 351.6) |
Copy-ready code
/* CSS */
color: #eed5df;
background-color: #eed5df;
/* Tailwind (arbitrary) */
class="text-[#eed5df] bg-[#eed5df]"
/* SCSS */
$brand: #eed5df;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.875)
/* Android */
Color.parseColor("#eed5df")Accessibility — WCAG contrast
Aa
#eed5df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed5df on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow6.3%
Key (black)6.7%
Color previews
#eed5df text on a black background
contrast 15.22:1
Card sample
#eed5df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed5df;
Background color
Panel with #eed5df background
background-color: #eed5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed5df; background: linear-gradient(135deg, #eed5df, #EEDCD5);