#ebdaec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 218, 236
HSL
297°, 32%, 89%
CMYK
0, 8, 0, 8
Luminance
0.7386
Every format
| HEX | #ebdaec |
| RGB | rgb(235, 218, 236) |
| HSL | hsl(297, 32%, 89%) |
| CMYK | cmyk(0%, 8%, 0%, 8%) |
| LAB | lab(88.9 9.0 -6.7) |
| LCH | lch(88.9 11.2 323.4) |
| OKLCH | oklch(0.907 0.030 324.2) |
Copy-ready code
/* CSS */
color: #ebdaec;
background-color: #ebdaec;
/* Tailwind (arbitrary) */
class="text-[#ebdaec] bg-[#ebdaec]"
/* SCSS */
$brand: #ebdaec;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.925)
/* Android */
Color.parseColor("#ebdaec")Accessibility — WCAG contrast
Aa
#ebdaec on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdaec on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta7.6%
Yellow0.0%
Key (black)7.5%
Color previews
#ebdaec text on a black background
contrast 15.77:1
Card sample
#ebdaec text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdaec;
Background color
Panel with #ebdaec background
background-color: #ebdaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdaec; background: linear-gradient(135deg, #ebdaec, #ECDAE1);