#ead7df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 215, 223
HSL
335°, 31%, 88%
CMYK
0, 8, 5, 8
Luminance
0.7142
Every format
| HEX | #ead7df |
| RGB | rgb(234, 215, 223) |
| HSL | hsl(335, 31%, 88%) |
| CMYK | cmyk(0%, 8%, 5%, 8%) |
| LAB | lab(87.7 7.9 -1.6) |
| LCH | lch(87.7 8.1 348.8) |
| OKLCH | oklch(0.897 0.023 350.1) |
Copy-ready code
/* CSS */
color: #ead7df;
background-color: #ead7df;
/* Tailwind (arbitrary) */
class="text-[#ead7df] bg-[#ead7df]"
/* SCSS */
$brand: #ead7df;
/* SwiftUI */
Color(red: 0.918, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#ead7df")Accessibility — WCAG contrast
Aa
#ead7df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead7df on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green84.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow4.7%
Key (black)8.2%
Color previews
#ead7df text on a black background
contrast 15.28:1
Card sample
#ead7df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead7df;
Background color
Panel with #ead7df background
background-color: #ead7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead7df; background: linear-gradient(135deg, #ead7df, #EADCD7);