#eceafd
a pale, electric blue · warm · “lavender”
RGB
236, 234, 253
HSL
246°, 83%, 96%
CMYK
7, 8, 0, 1
Luminance
0.8377
Every format
| HEX | #eceafd |
| RGB | rgb(236, 234, 253) |
| HSL | hsl(246, 83%, 96%) |
| CMYK | cmyk(7%, 8%, 0%, 1%) |
| LAB | lab(93.3 4.2 -8.9) |
| LCH | lch(93.3 9.8 295.0) |
| OKLCH | oklch(0.944 0.025 290.7) |
Copy-ready code
/* CSS */
color: #eceafd;
background-color: #eceafd;
/* Tailwind (arbitrary) */
class="text-[#eceafd] bg-[#eceafd]"
/* SCSS */
$brand: #eceafd;
/* SwiftUI */
Color(red: 0.925, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#eceafd")Accessibility — WCAG contrast
Aa
#eceafd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceafd on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.8%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#eceafd text on a black background
contrast 17.75:1
Card sample
#eceafd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceafd;
Background color
Panel with #eceafd background
background-color: #eceafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceafd; background: linear-gradient(135deg, #eceafd, #F9EAFD);