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