#ebddf1
a pale, soft violet · warm · closest name: lavender
RGB
235, 221, 241
HSL
282°, 42%, 91%
CMYK
3, 8, 0, 6
Luminance
0.7573
Every format
| HEX | #ebddf1 |
| RGB | rgb(235, 221, 241) |
| HSL | hsl(282, 42%, 91%) |
| CMYK | cmyk(3%, 8%, 0%, 6%) |
| LAB | lab(89.7 8.3 -8.0) |
| LCH | lch(89.7 11.6 316.1) |
| OKLCH | oklch(0.915 0.031 315.9) |
Copy-ready code
/* CSS */
color: #ebddf1;
background-color: #ebddf1;
/* Tailwind (arbitrary) */
class="text-[#ebddf1] bg-[#ebddf1]"
/* SCSS */
$brand: #ebddf1;
/* SwiftUI */
Color(red: 0.922, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#ebddf1")Accessibility — WCAG contrast
Aa
#ebddf1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebddf1 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.7%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta8.3%
Yellow0.0%
Key (black)5.5%
Color previews
#ebddf1 text on a black background
contrast 16.15:1
Card sample
#ebddf1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebddf1;
Background color
Panel with #ebddf1 background
background-color: #ebddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebddf1; background: linear-gradient(135deg, #ebddf1, #F1DDEA);