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