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