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