#ebdaf1
a pale, vivid violet · warm · closest name: lavender
RGB
235, 218, 241
HSL
284°, 45%, 90%
CMYK
3, 10, 0, 6
Luminance
0.7416
Every format
| HEX | #ebdaf1 |
| RGB | rgb(235, 218, 241) |
| HSL | hsl(284, 45%, 90%) |
| CMYK | cmyk(3%, 10%, 0%, 6%) |
| LAB | lab(89.0 9.9 -9.1) |
| LCH | lch(89.0 13.4 317.4) |
| OKLCH | oklch(0.909 0.036 317.3) |
Copy-ready code
/* CSS */
color: #ebdaf1;
background-color: #ebdaf1;
/* Tailwind (arbitrary) */
class="text-[#ebdaf1] bg-[#ebdaf1]"
/* SCSS */
$brand: #ebdaf1;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.945)
/* Android */
Color.parseColor("#ebdaf1")Accessibility — WCAG contrast
Aa
#ebdaf1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdaf1 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta9.5%
Yellow0.0%
Key (black)5.5%
Color previews
#ebdaf1 text on a black background
contrast 15.83:1
Card sample
#ebdaf1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdaf1;
Background color
Panel with #ebdaf1 background
background-color: #ebdaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdaf1; background: linear-gradient(135deg, #ebdaf1, #F1DAE8);