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