#eadbdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 219, 223
HSL
344°, 26%, 89%
CMYK
0, 6, 5, 8
Luminance
0.7348
Every format
| HEX | #eadbdf |
| RGB | rgb(234, 219, 223) |
| HSL | hsl(344, 26%, 89%) |
| CMYK | cmyk(0%, 6%, 5%, 8%) |
| LAB | lab(88.7 5.8 -0.1) |
| LCH | lch(88.7 5.8 358.9) |
| OKLCH | oklch(0.905 0.017 359.3) |
Copy-ready code
/* CSS */
color: #eadbdf;
background-color: #eadbdf;
/* Tailwind (arbitrary) */
class="text-[#eadbdf] bg-[#eadbdf]"
/* SCSS */
$brand: #eadbdf;
/* SwiftUI */
Color(red: 0.918, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#eadbdf")Accessibility — WCAG contrast
Aa
#eadbdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadbdf on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow4.7%
Key (black)8.2%
Color previews
#eadbdf text on a black background
contrast 15.70:1
Card sample
#eadbdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadbdf;
Background color
Panel with #eadbdf background
background-color: #eadbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadbdf; background: linear-gradient(135deg, #eadbdf, #EAE1DB);