#ebdcf8
a pale, vivid violet · warm · closest name: lavender
RGB
235, 220, 248
HSL
272°, 67%, 92%
CMYK
5, 11, 0, 3
Luminance
0.7563
Every format
| HEX | #ebdcf8 |
| RGB | rgb(235, 220, 248) |
| HSL | hsl(272, 67%, 92%) |
| CMYK | cmyk(5%, 11%, 0%, 3%) |
| LAB | lab(89.7 10.2 -11.8) |
| LCH | lch(89.7 15.5 310.8) |
| OKLCH | oklch(0.915 0.041 309.4) |
Copy-ready code
/* CSS */
color: #ebdcf8;
background-color: #ebdcf8;
/* Tailwind (arbitrary) */
class="text-[#ebdcf8] bg-[#ebdcf8]"
/* SCSS */
$brand: #ebdcf8;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.973)
/* Android */
Color.parseColor("#ebdcf8")Accessibility — WCAG contrast
Aa
#ebdcf8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcf8 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue97.3%
CMYK percentages
Cyan5.2%
Magenta11.3%
Yellow0.0%
Key (black)2.7%
Color previews
#ebdcf8 text on a black background
contrast 16.13:1
Card sample
#ebdcf8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcf8;
Background color
Panel with #ebdcf8 background
background-color: #ebdcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcf8; background: linear-gradient(135deg, #ebdcf8, #F8DCF2);