#ebdaf9
a pale, vivid violet · warm · closest name: lavender
RGB
235, 218, 249
HSL
273°, 72%, 92%
CMYK
6, 12, 0, 2
Luminance
0.7464
Every format
| HEX | #ebdaf9 |
| RGB | rgb(235, 218, 249) |
| HSL | hsl(273, 72%, 92%) |
| CMYK | cmyk(6%, 12%, 0%, 2%) |
| LAB | lab(89.2 11.4 -13.0) |
| LCH | lch(89.2 17.3 311.3) |
| OKLCH | oklch(0.911 0.045 309.9) |
Copy-ready code
/* CSS */
color: #ebdaf9;
background-color: #ebdaf9;
/* Tailwind (arbitrary) */
class="text-[#ebdaf9] bg-[#ebdaf9]"
/* SCSS */
$brand: #ebdaf9;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.976)
/* Android */
Color.parseColor("#ebdaf9")Accessibility — WCAG contrast
Aa
#ebdaf9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdaf9 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue97.6%
CMYK percentages
Cyan5.6%
Magenta12.4%
Yellow0.0%
Key (black)2.4%
Color previews
#ebdaf9 text on a black background
contrast 15.93:1
Card sample
#ebdaf9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdaf9;
Background color
Panel with #ebdaf9 background
background-color: #ebdaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdaf9; background: linear-gradient(135deg, #ebdaf9, #F9DAF2);