#ece8fd
a pale, electric blue · warm · “lavender”
RGB
236, 232, 253
HSL
251°, 84%, 95%
CMYK
7, 8, 0, 1
Luminance
0.8264
Every format
| HEX | #ece8fd |
| RGB | rgb(236, 232, 253) |
| HSL | hsl(251, 84%, 95%) |
| CMYK | cmyk(7%, 8%, 0%, 1%) |
| LAB | lab(92.9 5.2 -9.7) |
| LCH | lch(92.9 10.9 298.2) |
| OKLCH | oklch(0.940 0.028 294.6) |
Copy-ready code
/* CSS */
color: #ece8fd;
background-color: #ece8fd;
/* Tailwind (arbitrary) */
class="text-[#ece8fd] bg-[#ece8fd]"
/* SCSS */
$brand: #ece8fd;
/* SwiftUI */
Color(red: 0.925, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#ece8fd")Accessibility — WCAG contrast
Aa
#ece8fd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece8fd on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.0%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ece8fd text on a black background
contrast 17.53:1
Card sample
#ece8fd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece8fd;
Background color
Panel with #ece8fd background
background-color: #ece8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece8fd; background: linear-gradient(135deg, #ece8fd, #FAE8FD);