#eed8eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 216, 235
HSL
308°, 39%, 89%
CMYK
0, 9, 1, 7
Luminance
0.7329
Every format
| HEX | #eed8eb |
| RGB | rgb(238, 216, 235) |
| HSL | hsl(308, 39%, 89%) |
| CMYK | cmyk(0%, 9%, 1%, 7%) |
| LAB | lab(88.6 10.8 -6.5) |
| LCH | lch(88.6 12.7 329.0) |
| OKLCH | oklch(0.906 0.035 330.3) |
Copy-ready code
/* CSS */
color: #eed8eb;
background-color: #eed8eb;
/* Tailwind (arbitrary) */
class="text-[#eed8eb] bg-[#eed8eb]"
/* SCSS */
$brand: #eed8eb;
/* SwiftUI */
Color(red: 0.933, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#eed8eb")Accessibility — WCAG contrast
Aa
#eed8eb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed8eb on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow1.3%
Key (black)6.7%
Color previews
#eed8eb text on a black background
contrast 15.66:1
Card sample
#eed8eb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed8eb;
Background color
Panel with #eed8eb background
background-color: #eed8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed8eb; background: linear-gradient(135deg, #eed8eb, #EED8DC);