#eed7db
a pale, soft red · warm · closest name: lavender
RGB
238, 215, 219
HSL
350°, 40%, 89%
CMYK
0, 10, 8, 7
Luminance
0.7189
Every format
| HEX | #eed7db |
| RGB | rgb(238, 215, 219) |
| HSL | hsl(350, 40%, 89%) |
| CMYK | cmyk(0%, 10%, 8%, 7%) |
| LAB | lab(87.9 8.6 0.9) |
| LCH | lch(87.9 8.7 6.2) |
| OKLCH | oklch(0.899 0.026 5.7) |
Copy-ready code
/* CSS */
color: #eed7db;
background-color: #eed7db;
/* Tailwind (arbitrary) */
class="text-[#eed7db] bg-[#eed7db]"
/* SCSS */
$brand: #eed7db;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.859)
/* Android */
Color.parseColor("#eed7db")Accessibility — WCAG contrast
Aa
#eed7db on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed7db on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow8.0%
Key (black)6.7%
Color previews
#eed7db text on a black background
contrast 15.38:1
Card sample
#eed7db text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed7db;
Background color
Panel with #eed7db background
background-color: #eed7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed7db; background: linear-gradient(135deg, #eed7db, #EEE2D7);