#ebddfb
a pale, electric violet · warm · closest name: lavender
RGB
235, 221, 251
HSL
268°, 79%, 93%
CMYK
6, 12, 0, 2
Luminance
0.7634
Every format
| HEX | #ebddfb |
| RGB | rgb(235, 221, 251) |
| HSL | hsl(268, 79%, 93%) |
| CMYK | cmyk(6%, 12%, 0%, 2%) |
| LAB | lab(90.0 10.2 -12.8) |
| LCH | lch(90.0 16.4 308.5) |
| OKLCH | oklch(0.918 0.043 306.5) |
Copy-ready code
/* CSS */
color: #ebddfb;
background-color: #ebddfb;
/* Tailwind (arbitrary) */
class="text-[#ebddfb] bg-[#ebddfb]"
/* SCSS */
$brand: #ebddfb;
/* SwiftUI */
Color(red: 0.922, green: 0.867, blue: 0.984)
/* Android */
Color.parseColor("#ebddfb")Accessibility — WCAG contrast
Aa
#ebddfb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebddfb on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.7%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta12.0%
Yellow0.0%
Key (black)1.6%
Color previews
#ebddfb text on a black background
contrast 16.27:1
Card sample
#ebddfb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebddfb;
Background color
Panel with #ebddfb background
background-color: #ebddfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebddfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 221, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 221, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebddfb; background: linear-gradient(135deg, #ebddfb, #FBDDF7);