#ebd9fd
a pale, electric violet · warm · closest name: lavender
RGB
235, 217, 253
HSL
270°, 90%, 92%
CMYK
7, 14, 0, 1
Luminance
0.7438
Every format
| HEX | #ebd9fd |
| RGB | rgb(235, 217, 253) |
| HSL | hsl(270, 90%, 92%) |
| CMYK | cmyk(7%, 14%, 0%, 1%) |
| LAB | lab(89.1 12.7 -15.3) |
| LCH | lch(89.1 19.8 309.7) |
| OKLCH | oklch(0.911 0.052 307.8) |
Copy-ready code
/* CSS */
color: #ebd9fd;
background-color: #ebd9fd;
/* Tailwind (arbitrary) */
class="text-[#ebd9fd] bg-[#ebd9fd]"
/* SCSS */
$brand: #ebd9fd;
/* SwiftUI */
Color(red: 0.922, green: 0.851, blue: 0.992)
/* Android */
Color.parseColor("#ebd9fd")Accessibility — WCAG contrast
Aa
#ebd9fd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebd9fd on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.1%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta14.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ebd9fd text on a black background
contrast 15.88:1
Card sample
#ebd9fd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebd9fd;
Background color
Panel with #ebd9fd background
background-color: #ebd9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebd9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 217, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 217, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebd9fd; background: linear-gradient(135deg, #ebd9fd, #FDD9F7);