#ebdaf4
a pale, vivid violet · warm · closest name: lavender
RGB
235, 218, 244
HSL
279°, 54%, 91%
CMYK
4, 11, 0, 4
Luminance
0.7434
Every format
| HEX | #ebdaf4 |
| RGB | rgb(235, 218, 244) |
| HSL | hsl(279, 54%, 91%) |
| CMYK | cmyk(4%, 11%, 0%, 4%) |
| LAB | lab(89.1 10.4 -10.6) |
| LCH | lch(89.1 14.9 314.7) |
| OKLCH | oklch(0.910 0.039 314.1) |
Copy-ready code
/* CSS */
color: #ebdaf4;
background-color: #ebdaf4;
/* Tailwind (arbitrary) */
class="text-[#ebdaf4] bg-[#ebdaf4]"
/* SCSS */
$brand: #ebdaf4;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.957)
/* Android */
Color.parseColor("#ebdaf4")Accessibility — WCAG contrast
Aa
#ebdaf4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdaf4 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta10.7%
Yellow0.0%
Key (black)4.3%
Color previews
#ebdaf4 text on a black background
contrast 15.87:1
Card sample
#ebdaf4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdaf4;
Background color
Panel with #ebdaf4 background
background-color: #ebdaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdaf4; background: linear-gradient(135deg, #ebdaf4, #F4DAEC);