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