#ecebfe
a pale, electric blue · warm · “lavender”
RGB
236, 235, 254
HSL
243°, 91%, 96%
CMYK
7, 8, 0, 0
Luminance
0.8441
Every format
| HEX | #ecebfe |
| RGB | rgb(236, 235, 254) |
| HSL | hsl(243, 91%, 96%) |
| CMYK | cmyk(7%, 8%, 0%, 0%) |
| LAB | lab(93.6 3.8 -9.0) |
| LCH | lch(93.6 9.8 292.9) |
| OKLCH | oklch(0.947 0.025 288.3) |
Copy-ready code
/* CSS */
color: #ecebfe;
background-color: #ecebfe;
/* Tailwind (arbitrary) */
class="text-[#ecebfe] bg-[#ecebfe]"
/* SCSS */
$brand: #ecebfe;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#ecebfe")Accessibility — WCAG contrast
Aa
#ecebfe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecebfe on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#ecebfe text on a black background
contrast 17.88:1
Card sample
#ecebfe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecebfe;
Background color
Panel with #ecebfe background
background-color: #ecebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecebfe; background: linear-gradient(135deg, #ecebfe, #F9EBFE);