#ebdef1
a pale, soft violet · warm · closest name: lavender
RGB
235, 222, 241
HSL
281°, 40%, 91%
CMYK
3, 8, 0, 6
Luminance
0.7626
Every format
| HEX | #ebdef1 |
| RGB | rgb(235, 222, 241) |
| HSL | hsl(281, 40%, 91%) |
| CMYK | cmyk(3%, 8%, 0%, 6%) |
| LAB | lab(90.0 7.8 -7.7) |
| LCH | lch(90.0 10.9 315.6) |
| OKLCH | oklch(0.916 0.029 315.3) |
Copy-ready code
/* CSS */
color: #ebdef1;
background-color: #ebdef1;
/* Tailwind (arbitrary) */
class="text-[#ebdef1] bg-[#ebdef1]"
/* SCSS */
$brand: #ebdef1;
/* SwiftUI */
Color(red: 0.922, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#ebdef1")Accessibility — WCAG contrast
Aa
#ebdef1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdef1 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.1%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#ebdef1 text on a black background
contrast 16.25:1
Card sample
#ebdef1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdef1;
Background color
Panel with #ebdef1 background
background-color: #ebdef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdef1; background: linear-gradient(135deg, #ebdef1, #F1DEEA);