#ebdaf6
a pale, vivid violet · warm · closest name: lavender
RGB
235, 218, 246
HSL
276°, 61%, 91%
CMYK
5, 11, 0, 4
Luminance
0.7446
Every format
| HEX | #ebdaf6 |
| RGB | rgb(235, 218, 246) |
| HSL | hsl(276, 61%, 91%) |
| CMYK | cmyk(5%, 11%, 0%, 4%) |
| LAB | lab(89.1 10.8 -11.5) |
| LCH | lch(89.1 15.8 313.2) |
| OKLCH | oklch(0.910 0.042 312.3) |
Copy-ready code
/* CSS */
color: #ebdaf6;
background-color: #ebdaf6;
/* Tailwind (arbitrary) */
class="text-[#ebdaf6] bg-[#ebdaf6]"
/* SCSS */
$brand: #ebdaf6;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.965)
/* Android */
Color.parseColor("#ebdaf6")Accessibility — WCAG contrast
Aa
#ebdaf6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdaf6 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue96.5%
CMYK percentages
Cyan4.5%
Magenta11.4%
Yellow0.0%
Key (black)3.5%
Color previews
#ebdaf6 text on a black background
contrast 15.89:1
Card sample
#ebdaf6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdaf6;
Background color
Panel with #ebdaf6 background
background-color: #ebdaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdaf6; background: linear-gradient(135deg, #ebdaf6, #F6DAEE);