#ebdcfc
a pale, electric violet · warm · closest name: lavender
RGB
235, 220, 252
HSL
268°, 84%, 93%
CMYK
7, 13, 0, 1
Luminance
0.7588
Every format
| HEX | #ebdcfc |
| RGB | rgb(235, 220, 252) |
| HSL | hsl(268, 84%, 93%) |
| CMYK | cmyk(7%, 13%, 0%, 1%) |
| LAB | lab(89.8 10.9 -13.7) |
| LCH | lch(89.8 17.5 308.6) |
| OKLCH | oklch(0.916 0.046 306.6) |
Copy-ready code
/* CSS */
color: #ebdcfc;
background-color: #ebdcfc;
/* Tailwind (arbitrary) */
class="text-[#ebdcfc] bg-[#ebdcfc]"
/* SCSS */
$brand: #ebdcfc;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.988)
/* Android */
Color.parseColor("#ebdcfc")Accessibility — WCAG contrast
Aa
#ebdcfc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcfc on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta12.7%
Yellow0.0%
Key (black)1.2%
Color previews
#ebdcfc text on a black background
contrast 16.18:1
Card sample
#ebdcfc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcfc;
Background color
Panel with #ebdcfc background
background-color: #ebdcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcfc; background: linear-gradient(135deg, #ebdcfc, #FCDCF8);