#ecdbfe
a pale, electric violet · warm · closest name: lavender
RGB
236, 219, 254
HSL
269°, 95%, 93%
CMYK
7, 14, 0, 0
Luminance
0.7565
Every format
| HEX | #ecdbfe |
| RGB | rgb(236, 219, 254) |
| HSL | hsl(269, 95%, 93%) |
| CMYK | cmyk(7%, 14%, 0%, 0%) |
| LAB | lab(89.7 12.1 -14.9) |
| LCH | lch(89.7 19.2 309.2) |
| OKLCH | oklch(0.916 0.050 307.3) |
Copy-ready code
/* CSS */
color: #ecdbfe;
background-color: #ecdbfe;
/* Tailwind (arbitrary) */
class="text-[#ecdbfe] bg-[#ecdbfe]"
/* SCSS */
$brand: #ecdbfe;
/* SwiftUI */
Color(red: 0.925, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#ecdbfe")Accessibility — WCAG contrast
Aa
#ecdbfe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdbfe on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green85.9%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#ecdbfe text on a black background
contrast 16.13:1
Card sample
#ecdbfe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdbfe;
Background color
Panel with #ecdbfe background
background-color: #ecdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdbfe; background: linear-gradient(135deg, #ecdbfe, #FEDBF9);