#ead2df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 210, 223
HSL
328°, 36%, 87%
CMYK
0, 10, 5, 8
Luminance
0.6891
Every format
| HEX | #ead2df |
| RGB | rgb(234, 210, 223) |
| HSL | hsl(328, 36%, 87%) |
| CMYK | cmyk(0%, 10%, 5%, 8%) |
| LAB | lab(86.5 10.5 -3.4) |
| LCH | lch(86.5 11.0 342.3) |
| OKLCH | oklch(0.887 0.032 343.9) |
Copy-ready code
/* CSS */
color: #ead2df;
background-color: #ead2df;
/* Tailwind (arbitrary) */
class="text-[#ead2df] bg-[#ead2df]"
/* SCSS */
$brand: #ead2df;
/* SwiftUI */
Color(red: 0.918, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#ead2df")Accessibility — WCAG contrast
Aa
#ead2df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead2df on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow4.7%
Key (black)8.2%
Color previews
#ead2df text on a black background
contrast 14.78:1
Card sample
#ead2df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead2df;
Background color
Panel with #ead2df background
background-color: #ead2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead2df; background: linear-gradient(135deg, #ead2df, #EAD5D2);