#eadeec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 222, 236
HSL
291°, 27%, 90%
CMYK
1, 6, 0, 8
Luminance
0.7579
Every format
| HEX | #eadeec |
| RGB | rgb(234, 222, 236) |
| HSL | hsl(291, 27%, 90%) |
| CMYK | cmyk(1%, 6%, 0%, 8%) |
| LAB | lab(89.8 6.6 -5.3) |
| LCH | lch(89.8 8.5 320.8) |
| OKLCH | oklch(0.914 0.023 321.4) |
Copy-ready code
/* CSS */
color: #eadeec;
background-color: #eadeec;
/* Tailwind (arbitrary) */
class="text-[#eadeec] bg-[#eadeec]"
/* SCSS */
$brand: #eadeec;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.925)
/* Android */
Color.parseColor("#eadeec")Accessibility — WCAG contrast
Aa
#eadeec on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadeec on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue92.5%
CMYK percentages
Cyan0.8%
Magenta5.9%
Yellow0.0%
Key (black)7.5%
Color previews
#eadeec text on a black background
contrast 16.16:1
Card sample
#eadeec text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadeec;
Background color
Panel with #eadeec background
background-color: #eadeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadeec; background: linear-gradient(135deg, #eadeec, #ECDEE5);