#ebdae3
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 218, 227
HSL
328°, 30%, 89%
CMYK
0, 7, 3, 8
Luminance
0.7335
Every format
| HEX | #ebdae3 |
| RGB | rgb(235, 218, 227) |
| HSL | hsl(328, 30%, 89%) |
| CMYK | cmyk(0%, 7%, 3%, 8%) |
| LAB | lab(88.6 7.4 -2.3) |
| LCH | lch(88.6 7.7 342.7) |
| OKLCH | oklch(0.905 0.022 344.2) |
Copy-ready code
/* CSS */
color: #ebdae3;
background-color: #ebdae3;
/* Tailwind (arbitrary) */
class="text-[#ebdae3] bg-[#ebdae3]"
/* SCSS */
$brand: #ebdae3;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.890)
/* Android */
Color.parseColor("#ebdae3")Accessibility — WCAG contrast
Aa
#ebdae3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdae3 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow3.4%
Key (black)7.8%
Color previews
#ebdae3 text on a black background
contrast 15.67:1
Card sample
#ebdae3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdae3;
Background color
Panel with #ebdae3 background
background-color: #ebdae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdae3; background: linear-gradient(135deg, #ebdae3, #EBDCDA);