#ebdaee
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 218, 238
HSL
291°, 37%, 89%
CMYK
1, 8, 0, 7
Luminance
0.7398
Every format
| HEX | #ebdaee |
| RGB | rgb(235, 218, 238) |
| HSL | hsl(291, 37%, 89%) |
| CMYK | cmyk(1%, 8%, 0%, 7%) |
| LAB | lab(88.9 9.3 -7.7) |
| LCH | lch(88.9 12.1 320.7) |
| OKLCH | oklch(0.908 0.032 321.1) |
Copy-ready code
/* CSS */
color: #ebdaee;
background-color: #ebdaee;
/* Tailwind (arbitrary) */
class="text-[#ebdaee] bg-[#ebdaee]"
/* SCSS */
$brand: #ebdaee;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#ebdaee")Accessibility — WCAG contrast
Aa
#ebdaee on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdaee on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta8.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ebdaee text on a black background
contrast 15.80:1
Card sample
#ebdaee text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdaee;
Background color
Panel with #ebdaee background
background-color: #ebdaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdaee; background: linear-gradient(135deg, #ebdaee, #EEDAE4);