#eed1eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 209, 235
HSL
306°, 46%, 88%
CMYK
0, 12, 1, 7
Luminance
0.6978
Every format
| HEX | #eed1eb |
| RGB | rgb(238, 209, 235) |
| HSL | hsl(306, 46%, 88%) |
| CMYK | cmyk(0%, 12%, 1%, 7%) |
| LAB | lab(86.9 14.5 -9.1) |
| LCH | lch(86.9 17.1 328.1) |
| OKLCH | oklch(0.892 0.047 329.3) |
Copy-ready code
/* CSS */
color: #eed1eb;
background-color: #eed1eb;
/* Tailwind (arbitrary) */
class="text-[#eed1eb] bg-[#eed1eb]"
/* SCSS */
$brand: #eed1eb;
/* SwiftUI */
Color(red: 0.933, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#eed1eb")Accessibility — WCAG contrast
Aa
#eed1eb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed1eb on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow1.3%
Key (black)6.7%
Color previews
#eed1eb text on a black background
contrast 14.96:1
Card sample
#eed1eb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed1eb;
Background color
Panel with #eed1eb background
background-color: #eed1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed1eb; background: linear-gradient(135deg, #eed1eb, #EED1D8);