#ead3df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 211, 223
HSL
329°, 35%, 87%
CMYK
0, 10, 5, 8
Luminance
0.6941
Every format
| HEX | #ead3df |
| RGB | rgb(234, 211, 223) |
| HSL | hsl(329, 35%, 87%) |
| CMYK | cmyk(0%, 10%, 5%, 8%) |
| LAB | lab(86.7 10.0 -3.0) |
| LCH | lch(86.7 10.4 343.3) |
| OKLCH | oklch(0.889 0.030 344.9) |
Copy-ready code
/* CSS */
color: #ead3df;
background-color: #ead3df;
/* Tailwind (arbitrary) */
class="text-[#ead3df] bg-[#ead3df]"
/* SCSS */
$brand: #ead3df;
/* SwiftUI */
Color(red: 0.918, green: 0.827, blue: 0.875)
/* Android */
Color.parseColor("#ead3df")Accessibility — WCAG contrast
Aa
#ead3df on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead3df on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green82.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow4.7%
Key (black)8.2%
Color previews
#ead3df text on a black background
contrast 14.88:1
Card sample
#ead3df text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead3df;
Background color
Panel with #ead3df background
background-color: #ead3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 211, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 211, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead3df; background: linear-gradient(135deg, #ead3df, #EAD6D3);