#eed9db
a pale, soft red · warm · closest name: lavender
RGB
238, 217, 219
HSL
354°, 38%, 89%
CMYK
0, 9, 8, 7
Luminance
0.7292
Every format
| HEX | #eed9db |
| RGB | rgb(238, 217, 219) |
| HSL | hsl(354, 38%, 89%) |
| CMYK | cmyk(0%, 9%, 8%, 7%) |
| LAB | lab(88.4 7.6 1.6) |
| LCH | lch(88.4 7.7 12.2) |
| OKLCH | oklch(0.903 0.023 11.0) |
Copy-ready code
/* CSS */
color: #eed9db;
background-color: #eed9db;
/* Tailwind (arbitrary) */
class="text-[#eed9db] bg-[#eed9db]"
/* SCSS */
$brand: #eed9db;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.859)
/* Android */
Color.parseColor("#eed9db")Accessibility — WCAG contrast
Aa
#eed9db on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9db on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow8.0%
Key (black)6.7%
Color previews
#eed9db text on a black background
contrast 15.58:1
Card sample
#eed9db text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9db;
Background color
Panel with #eed9db background
background-color: #eed9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9db; background: linear-gradient(135deg, #eed9db, #EEE5D9);