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