#ece9fc
a pale, electric blue · warm · “lavender”
RGB
236, 233, 252
HSL
250°, 76%, 95%
CMYK
6, 8, 0, 1
Luminance
0.8314
Every format
| HEX | #ece9fc |
| RGB | rgb(236, 233, 252) |
| HSL | hsl(250, 76%, 95%) |
| CMYK | cmyk(6%, 8%, 0%, 1%) |
| LAB | lab(93.1 4.5 -8.8) |
| LCH | lch(93.1 9.9 296.9) |
| OKLCH | oklch(0.942 0.026 293.2) |
Copy-ready code
/* CSS */
color: #ece9fc;
background-color: #ece9fc;
/* Tailwind (arbitrary) */
class="text-[#ece9fc] bg-[#ece9fc]"
/* SCSS */
$brand: #ece9fc;
/* SwiftUI */
Color(red: 0.925, green: 0.914, blue: 0.988)
/* Android */
Color.parseColor("#ece9fc")Accessibility — WCAG contrast
Aa
#ece9fc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece9fc on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.4%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta7.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ece9fc text on a black background
contrast 17.63:1
Card sample
#ece9fc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece9fc;
Background color
Panel with #ece9fc background
background-color: #ece9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 233, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 233, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece9fc; background: linear-gradient(135deg, #ece9fc, #F9E9FC);