#e2e5fc
a pale, electric blue · warm · “lavender”
RGB
226, 229, 252
HSL
233°, 81%, 94%
CMYK
10, 9, 0, 1
Luminance
0.7924
Every format
| HEX | #e2e5fc |
| RGB | rgb(226, 229, 252) |
| HSL | hsl(233, 81%, 94%) |
| CMYK | cmyk(10%, 9%, 0%, 1%) |
| LAB | lab(91.3 3.3 -11.5) |
| LCH | lch(91.3 11.9 286.2) |
| OKLCH | oklch(0.926 0.031 279.9) |
Copy-ready code
/* CSS */
color: #e2e5fc;
background-color: #e2e5fc;
/* Tailwind (arbitrary) */
class="text-[#e2e5fc] bg-[#e2e5fc]"
/* SCSS */
$brand: #e2e5fc;
/* SwiftUI */
Color(red: 0.886, green: 0.898, blue: 0.988)
/* Android */
Color.parseColor("#e2e5fc")Accessibility — WCAG contrast
Aa
#e2e5fc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e5fc on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green89.8%
Blue98.8%
CMYK percentages
Cyan10.3%
Magenta9.1%
Yellow0.0%
Key (black)1.2%
Color previews
#e2e5fc text on a black background
contrast 16.85:1
Card sample
#e2e5fc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e5fc;
Background color
Panel with #e2e5fc background
background-color: #e2e5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 229, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 229, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e5fc; background: linear-gradient(135deg, #e2e5fc, #F0E2FC);