#ebdbfb
a pale, electric violet · warm · closest name: lavender
RGB
235, 219, 251
HSL
270°, 80%, 92%
CMYK
6, 13, 0, 2
Luminance
0.7529
Every format
| HEX | #ebdbfb |
| RGB | rgb(235, 219, 251) |
| HSL | hsl(270, 80%, 92%) |
| CMYK | cmyk(6%, 13%, 0%, 2%) |
| LAB | lab(89.5 11.3 -13.6) |
| LCH | lch(89.5 17.6 309.7) |
| OKLCH | oklch(0.914 0.046 307.9) |
Copy-ready code
/* CSS */
color: #ebdbfb;
background-color: #ebdbfb;
/* Tailwind (arbitrary) */
class="text-[#ebdbfb] bg-[#ebdbfb]"
/* SCSS */
$brand: #ebdbfb;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#ebdbfb")Accessibility — WCAG contrast
Aa
#ebdbfb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbfb on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#ebdbfb text on a black background
contrast 16.06:1
Card sample
#ebdbfb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbfb;
Background color
Panel with #ebdbfb background
background-color: #ebdbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbfb; background: linear-gradient(135deg, #ebdbfb, #FBDBF6);