#e2e9fc
a pale, electric blue · cool · closest name: lavender
RGB
226, 233, 252
HSL
224°, 81%, 94%
CMYK
10, 8, 0, 1
Luminance
0.8147
Every format
| HEX | #e2e9fc |
| RGB | rgb(226, 233, 252) |
| HSL | hsl(224, 81%, 94%) |
| CMYK | cmyk(10%, 8%, 0%, 1%) |
| LAB | lab(92.3 1.3 -10.0) |
| LCH | lch(92.3 10.1 277.3) |
| OKLCH | oklch(0.934 0.027 269.7) |
Copy-ready code
/* CSS */
color: #e2e9fc;
background-color: #e2e9fc;
/* Tailwind (arbitrary) */
class="text-[#e2e9fc] bg-[#e2e9fc]"
/* SCSS */
$brand: #e2e9fc;
/* SwiftUI */
Color(red: 0.886, green: 0.914, blue: 0.988)
/* Android */
Color.parseColor("#e2e9fc")Accessibility — WCAG contrast
Aa
#e2e9fc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e9fc on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green91.4%
Blue98.8%
CMYK percentages
Cyan10.3%
Magenta7.5%
Yellow0.0%
Key (black)1.2%
Color previews
#e2e9fc text on a black background
contrast 17.29:1
Card sample
#e2e9fc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e9fc;
Background color
Panel with #e2e9fc background
background-color: #e2e9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 233, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 233, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e9fc; background: linear-gradient(135deg, #e2e9fc, #ECE2FC);