#ebdbf4
a pale, vivid violet · warm · closest name: lavender
RGB
235, 219, 244
HSL
278°, 53%, 91%
CMYK
4, 10, 0, 4
Luminance
0.7486
Every format
| HEX | #ebdbf4 |
| RGB | rgb(235, 219, 244) |
| HSL | hsl(278, 53%, 91%) |
| CMYK | cmyk(4%, 10%, 0%, 4%) |
| LAB | lab(89.3 9.9 -10.2) |
| LCH | lch(89.3 14.2 314.2) |
| OKLCH | oklch(0.912 0.038 313.6) |
Copy-ready code
/* CSS */
color: #ebdbf4;
background-color: #ebdbf4;
/* Tailwind (arbitrary) */
class="text-[#ebdbf4] bg-[#ebdbf4]"
/* SCSS */
$brand: #ebdbf4;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#ebdbf4")Accessibility — WCAG contrast
Aa
#ebdbf4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbf4 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#ebdbf4 text on a black background
contrast 15.97:1
Card sample
#ebdbf4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbf4;
Background color
Panel with #ebdbf4 background
background-color: #ebdbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbf4; background: linear-gradient(135deg, #ebdbf4, #F4DBEC);