#eed2db
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 210, 219
HSL
341°, 45%, 88%
CMYK
0, 12, 8, 7
Luminance
0.6938
Every format
| HEX | #eed2db |
| RGB | rgb(238, 210, 219) |
| HSL | hsl(341, 45%, 88%) |
| CMYK | cmyk(0%, 12%, 8%, 7%) |
| LAB | lab(86.7 11.2 -0.9) |
| LCH | lch(86.7 11.3 355.6) |
| OKLCH | oklch(0.890 0.033 356.4) |
Copy-ready code
/* CSS */
color: #eed2db;
background-color: #eed2db;
/* Tailwind (arbitrary) */
class="text-[#eed2db] bg-[#eed2db]"
/* SCSS */
$brand: #eed2db;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.859)
/* Android */
Color.parseColor("#eed2db")Accessibility — WCAG contrast
Aa
#eed2db on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed2db on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow8.0%
Key (black)6.7%
Color previews
#eed2db text on a black background
contrast 14.88:1
Card sample
#eed2db text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed2db;
Background color
Panel with #eed2db background
background-color: #eed2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed2db; background: linear-gradient(135deg, #eed2db, #EEDCD2);