#ead4df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 212, 223
HSL
330°, 34%, 88%
CMYK
0, 9, 5, 8
Luminance
0.6991
Every format
| HEX | #ead4df |
| RGB | rgb(234, 212, 223) |
| HSL | hsl(330, 34%, 88%) |
| CMYK | cmyk(0%, 9%, 5%, 8%) |
| LAB | lab(87.0 9.5 -2.6) |
| LCH | lch(87.0 9.8 344.4) |
| OKLCH | oklch(0.891 0.028 346.0) |
Copy-ready code
/* CSS */
color: #ead4df;
background-color: #ead4df;
/* Tailwind (arbitrary) */
class="text-[#ead4df] bg-[#ead4df]"
/* SCSS */
$brand: #ead4df;
/* SwiftUI */
Color(red: 0.918, green: 0.831, blue: 0.875)
/* Android */
Color.parseColor("#ead4df")Accessibility — WCAG contrast
Aa
#ead4df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead4df on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green83.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow4.7%
Key (black)8.2%
Color previews
#ead4df text on a black background
contrast 14.98:1
Card sample
#ead4df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead4df;
Background color
Panel with #ead4df background
background-color: #ead4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 212, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 212, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead4df; background: linear-gradient(135deg, #ead4df, #EAD8D4);