#eed9eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 217, 235
HSL
309°, 38%, 89%
CMYK
0, 9, 1, 7
Luminance
0.7380
Every format
| HEX | #eed9eb |
| RGB | rgb(238, 217, 235) |
| HSL | hsl(309, 38%, 89%) |
| CMYK | cmyk(0%, 9%, 1%, 7%) |
| LAB | lab(88.8 10.3 -6.2) |
| LCH | lch(88.8 12.0 329.2) |
| OKLCH | oklch(0.908 0.033 330.5) |
Copy-ready code
/* CSS */
color: #eed9eb;
background-color: #eed9eb;
/* Tailwind (arbitrary) */
class="text-[#eed9eb] bg-[#eed9eb]"
/* SCSS */
$brand: #eed9eb;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.922)
/* Android */
Color.parseColor("#eed9eb")Accessibility — WCAG contrast
Aa
#eed9eb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9eb on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow1.3%
Key (black)6.7%
Color previews
#eed9eb text on a black background
contrast 15.76:1
Card sample
#eed9eb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9eb;
Background color
Panel with #eed9eb background
background-color: #eed9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9eb; background: linear-gradient(135deg, #eed9eb, #EED9DD);