#ece7fd
a pale, electric blue · warm · “lavender”
RGB
236, 231, 253
HSL
254°, 85%, 95%
CMYK
7, 9, 0, 1
Luminance
0.8208
Every format
| HEX | #ece7fd |
| RGB | rgb(236, 231, 253) |
| HSL | hsl(254, 85%, 95%) |
| CMYK | cmyk(7%, 9%, 0%, 1%) |
| LAB | lab(92.6 5.7 -10.0) |
| LCH | lch(92.6 11.5 299.6) |
| OKLCH | oklch(0.938 0.030 296.2) |
Copy-ready code
/* CSS */
color: #ece7fd;
background-color: #ece7fd;
/* Tailwind (arbitrary) */
class="text-[#ece7fd] bg-[#ece7fd]"
/* SCSS */
$brand: #ece7fd;
/* SwiftUI */
Color(red: 0.925, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#ece7fd")Accessibility — WCAG contrast
Aa
#ece7fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece7fd on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green90.6%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta8.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ece7fd text on a black background
contrast 17.42:1
Card sample
#ece7fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece7fd;
Background color
Panel with #ece7fd background
background-color: #ece7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece7fd; background: linear-gradient(135deg, #ece7fd, #FBE7FD);