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