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