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