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