#e5ecfe
a pale, electric blue · cool · closest name: lavender
RGB
229, 236, 254
HSL
223°, 93%, 95%
CMYK
10, 7, 0, 0
Luminance
0.8380
Every format
| HEX | #e5ecfe |
| RGB | rgb(229, 236, 254) |
| HSL | hsl(223, 93%, 95%) |
| CMYK | cmyk(10%, 7%, 0%, 0%) |
| LAB | lab(93.4 1.1 -9.5) |
| LCH | lch(93.4 9.5 276.4) |
| OKLCH | oklch(0.943 0.025 268.8) |
Copy-ready code
/* CSS */
color: #e5ecfe;
background-color: #e5ecfe;
/* Tailwind (arbitrary) */
class="text-[#e5ecfe] bg-[#e5ecfe]"
/* SCSS */
$brand: #e5ecfe;
/* SwiftUI */
Color(red: 0.898, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#e5ecfe")Accessibility — WCAG contrast
Aa
#e5ecfe on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ecfe on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.5%
Blue99.6%
CMYK percentages
Cyan9.8%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#e5ecfe text on a black background
contrast 17.76:1
Card sample
#e5ecfe text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ecfe;
Background color
Panel with #e5ecfe background
background-color: #e5ecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ecfe; background: linear-gradient(135deg, #e5ecfe, #EFE5FE);