#eed5eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 213, 235
HSL
307°, 42%, 88%
CMYK
0, 11, 1, 7
Luminance
0.7176
Every format
| HEX | #eed5eb |
| RGB | rgb(238, 213, 235) |
| HSL | hsl(307, 42%, 88%) |
| CMYK | cmyk(0%, 11%, 1%, 7%) |
| LAB | lab(87.9 12.4 -7.6) |
| LCH | lch(87.9 14.6 328.5) |
| OKLCH | oklch(0.900 0.040 329.8) |
Copy-ready code
/* CSS */
color: #eed5eb;
background-color: #eed5eb;
/* Tailwind (arbitrary) */
class="text-[#eed5eb] bg-[#eed5eb]"
/* SCSS */
$brand: #eed5eb;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#eed5eb")Accessibility — WCAG contrast
Aa
#eed5eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed5eb on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow1.3%
Key (black)6.7%
Color previews
#eed5eb text on a black background
contrast 15.35:1
Card sample
#eed5eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed5eb;
Background color
Panel with #eed5eb background
background-color: #eed5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed5eb; background: linear-gradient(135deg, #eed5eb, #EED5DA);