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