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