#ebdced
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 220, 237
HSL
293°, 32%, 90%
CMYK
1, 7, 0, 7
Luminance
0.7496
Every format
| HEX | #ebdced |
| RGB | rgb(235, 220, 237) |
| HSL | hsl(293, 32%, 90%) |
| CMYK | cmyk(1%, 7%, 0%, 7%) |
| LAB | lab(89.4 8.1 -6.4) |
| LCH | lch(89.4 10.4 321.5) |
| OKLCH | oklch(0.911 0.028 322.2) |
Copy-ready code
/* CSS */
color: #ebdced;
background-color: #ebdced;
/* Tailwind (arbitrary) */
class="text-[#ebdced] bg-[#ebdced]"
/* SCSS */
$brand: #ebdced;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.929)
/* Android */
Color.parseColor("#ebdced")Accessibility — WCAG contrast
Aa
#ebdced on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdced on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta7.2%
Yellow0.0%
Key (black)7.1%
Color previews
#ebdced text on a black background
contrast 15.99:1
Card sample
#ebdced text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdced;
Background color
Panel with #ebdced background
background-color: #ebdced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdced; background: linear-gradient(135deg, #ebdced, #EDDCE4);