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