#ebdbfd
a pale, electric violet · warm · closest name: lavender
RGB
235, 219, 253
HSL
268°, 90%, 93%
CMYK
7, 13, 0, 1
Luminance
0.7542
Every format
| HEX | #ebdbfd |
| RGB | rgb(235, 219, 253) |
| HSL | hsl(268, 90%, 93%) |
| CMYK | cmyk(7%, 13%, 0%, 1%) |
| LAB | lab(89.6 11.6 -14.5) |
| LCH | lch(89.6 18.6 308.7) |
| OKLCH | oklch(0.915 0.049 306.6) |
Copy-ready code
/* CSS */
color: #ebdbfd;
background-color: #ebdbfd;
/* Tailwind (arbitrary) */
class="text-[#ebdbfd] bg-[#ebdbfd]"
/* SCSS */
$brand: #ebdbfd;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#ebdbfd")Accessibility — WCAG contrast
Aa
#ebdbfd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbfd on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ebdbfd text on a black background
contrast 16.08:1
Card sample
#ebdbfd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbfd;
Background color
Panel with #ebdbfd background
background-color: #ebdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbfd; background: linear-gradient(135deg, #ebdbfd, #FDDBF8);