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