#e9ecfc
a pale, electric blue · warm · closest name: lavender
RGB
233, 236, 252
HSL
231°, 76%, 95%
CMYK
8, 6, 0, 1
Luminance
0.8434
Every format
| HEX | #e9ecfc |
| RGB | rgb(233, 236, 252) |
| HSL | hsl(231, 76%, 95%) |
| CMYK | cmyk(8%, 6%, 0%, 1%) |
| LAB | lab(93.6 2.0 -8.1) |
| LCH | lch(93.6 8.3 283.7) |
| OKLCH | oklch(0.946 0.022 277.5) |
Copy-ready code
/* CSS */
color: #e9ecfc;
background-color: #e9ecfc;
/* Tailwind (arbitrary) */
class="text-[#e9ecfc] bg-[#e9ecfc]"
/* SCSS */
$brand: #e9ecfc;
/* SwiftUI */
Color(red: 0.914, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#e9ecfc")Accessibility — WCAG contrast
Aa
#e9ecfc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ecfc on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.5%
Blue98.8%
CMYK percentages
Cyan7.5%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#e9ecfc text on a black background
contrast 17.87:1
Card sample
#e9ecfc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ecfc;
Background color
Panel with #e9ecfc background
background-color: #e9ecfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ecfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ecfc; background: linear-gradient(135deg, #e9ecfc, #F3E9FC);