#eed4ec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 212, 236
HSL
305°, 43%, 88%
CMYK
0, 11, 1, 7
Luminance
0.7132
Every format
| HEX | #eed4ec |
| RGB | rgb(238, 212, 236) |
| HSL | hsl(305, 43%, 88%) |
| CMYK | cmyk(0%, 11%, 1%, 7%) |
| LAB | lab(87.6 13.1 -8.5) |
| LCH | lch(87.6 15.6 327.2) |
| OKLCH | oklch(0.898 0.043 328.3) |
Copy-ready code
/* CSS */
color: #eed4ec;
background-color: #eed4ec;
/* Tailwind (arbitrary) */
class="text-[#eed4ec] bg-[#eed4ec]"
/* SCSS */
$brand: #eed4ec;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.925)
/* Android */
Color.parseColor("#eed4ec")Accessibility — WCAG contrast
Aa
#eed4ec on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed4ec on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow0.8%
Key (black)6.7%
Color previews
#eed4ec text on a black background
contrast 15.26:1
Card sample
#eed4ec text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed4ec;
Background color
Panel with #eed4ec background
background-color: #eed4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed4ec; background: linear-gradient(135deg, #eed4ec, #EED4DB);