#ead0df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 208, 223
HSL
325°, 38%, 87%
CMYK
0, 11, 5, 8
Luminance
0.6793
Every format
| HEX | #ead0df |
| RGB | rgb(234, 208, 223) |
| HSL | hsl(325, 38%, 87%) |
| CMYK | cmyk(0%, 11%, 5%, 8%) |
| LAB | lab(86.0 11.6 -4.1) |
| LCH | lch(86.0 12.3 340.6) |
| OKLCH | oklch(0.883 0.035 342.2) |
Copy-ready code
/* CSS */
color: #ead0df;
background-color: #ead0df;
/* Tailwind (arbitrary) */
class="text-[#ead0df] bg-[#ead0df]"
/* SCSS */
$brand: #ead0df;
/* SwiftUI */
Color(red: 0.918, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#ead0df")Accessibility — WCAG contrast
Aa
#ead0df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead0df on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow4.7%
Key (black)8.2%
Color previews
#ead0df text on a black background
contrast 14.59:1
Card sample
#ead0df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead0df;
Background color
Panel with #ead0df background
background-color: #ead0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead0df; background: linear-gradient(135deg, #ead0df, #EAD2D0);