#e5ebfe
a pale, electric blue · warm · “lavender”
RGB
229, 235, 254
HSL
226°, 93%, 95%
CMYK
10, 8, 0, 0
Luminance
0.8323
Every format
| HEX | #e5ebfe |
| RGB | rgb(229, 235, 254) |
| HSL | hsl(226, 93%, 95%) |
| CMYK | cmyk(10%, 8%, 0%, 0%) |
| LAB | lab(93.1 1.6 -9.8) |
| LCH | lch(93.1 10.0 279.1) |
| OKLCH | oklch(0.941 0.026 271.9) |
Copy-ready code
/* CSS */
color: #e5ebfe;
background-color: #e5ebfe;
/* Tailwind (arbitrary) */
class="text-[#e5ebfe] bg-[#e5ebfe]"
/* SCSS */
$brand: #e5ebfe;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#e5ebfe")Accessibility — WCAG contrast
Aa
#e5ebfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ebfe on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.2%
Blue99.6%
CMYK percentages
Cyan9.8%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e5ebfe text on a black background
contrast 17.65:1
Card sample
#e5ebfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ebfe;
Background color
Panel with #e5ebfe background
background-color: #e5ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ebfe; background: linear-gradient(135deg, #e5ebfe, #F0E5FE);