#ebdafe
a pale, electric violet · warm · closest name: lavender
RGB
235, 218, 254
HSL
268°, 95%, 93%
CMYK
8, 14, 0, 0
Luminance
0.7496
Every format
| HEX | #ebdafe |
| RGB | rgb(235, 218, 254) |
| HSL | hsl(268, 95%, 93%) |
| CMYK | cmyk(8%, 14%, 0%, 0%) |
| LAB | lab(89.4 12.3 -15.4) |
| LCH | lch(89.4 19.7 308.8) |
| OKLCH | oklch(0.913 0.052 306.7) |
Copy-ready code
/* CSS */
color: #ebdafe;
background-color: #ebdafe;
/* Tailwind (arbitrary) */
class="text-[#ebdafe] bg-[#ebdafe]"
/* SCSS */
$brand: #ebdafe;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#ebdafe")Accessibility — WCAG contrast
Aa
#ebdafe on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdafe on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#ebdafe text on a black background
contrast 15.99:1
Card sample
#ebdafe text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdafe;
Background color
Panel with #ebdafe background
background-color: #ebdafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdafe; background: linear-gradient(135deg, #ebdafe, #FEDAF9);