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