#ebdcfd
a pale, electric violet · warm · closest name: lavender
RGB
235, 220, 253
HSL
267°, 89%, 93%
CMYK
7, 13, 0, 1
Luminance
0.7594
Every format
| HEX | #ebdcfd |
| RGB | rgb(235, 220, 253) |
| HSL | hsl(267, 89%, 93%) |
| CMYK | cmyk(7%, 13%, 0%, 1%) |
| LAB | lab(89.8 11.1 -14.2) |
| LCH | lch(89.8 18.0 308.1) |
| OKLCH | oklch(0.916 0.047 306.0) |
Copy-ready code
/* CSS */
color: #ebdcfd;
background-color: #ebdcfd;
/* Tailwind (arbitrary) */
class="text-[#ebdcfd] bg-[#ebdcfd]"
/* SCSS */
$brand: #ebdcfd;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#ebdcfd")Accessibility — WCAG contrast
Aa
#ebdcfd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcfd on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ebdcfd text on a black background
contrast 16.19:1
Card sample
#ebdcfd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcfd;
Background color
Panel with #ebdcfd background
background-color: #ebdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcfd; background: linear-gradient(135deg, #ebdcfd, #FDDCF9);