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