#ebdcf4
a pale, vivid violet · warm · closest name: lavender
RGB
235, 220, 244
HSL
278°, 52%, 91%
CMYK
4, 10, 0, 4
Luminance
0.7538
Every format
| HEX | #ebdcf4 |
| RGB | rgb(235, 220, 244) |
| HSL | hsl(278, 52%, 91%) |
| CMYK | cmyk(4%, 10%, 0%, 4%) |
| LAB | lab(89.6 9.4 -9.8) |
| LCH | lch(89.6 13.6 313.7) |
| OKLCH | oklch(0.914 0.036 313.0) |
Copy-ready code
/* CSS */
color: #ebdcf4;
background-color: #ebdcf4;
/* Tailwind (arbitrary) */
class="text-[#ebdcf4] bg-[#ebdcf4]"
/* SCSS */
$brand: #ebdcf4;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.957)
/* Android */
Color.parseColor("#ebdcf4")Accessibility — WCAG contrast
Aa
#ebdcf4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcf4 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta9.8%
Yellow0.0%
Key (black)4.3%
Color previews
#ebdcf4 text on a black background
contrast 16.08:1
Card sample
#ebdcf4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcf4;
Background color
Panel with #ebdcf4 background
background-color: #ebdcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcf4; background: linear-gradient(135deg, #ebdcf4, #F4DCED);