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