#e5ebfd
a pale, electric blue · warm · closest name: lavender
RGB
229, 235, 253
HSL
225°, 86%, 95%
CMYK
10, 7, 0, 1
Luminance
0.8317
Every format
| HEX | #e5ebfd |
| RGB | rgb(229, 235, 253) |
| HSL | hsl(225, 86%, 95%) |
| CMYK | cmyk(10%, 7%, 0%, 1%) |
| LAB | lab(93.1 1.4 -9.4) |
| LCH | lch(93.1 9.5 278.4) |
| OKLCH | oklch(0.941 0.025 271.1) |
Copy-ready code
/* CSS */
color: #e5ebfd;
background-color: #e5ebfd;
/* Tailwind (arbitrary) */
class="text-[#e5ebfd] bg-[#e5ebfd]"
/* SCSS */
$brand: #e5ebfd;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#e5ebfd")Accessibility — WCAG contrast
Aa
#e5ebfd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ebfd on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.2%
Blue99.2%
CMYK percentages
Cyan9.5%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#e5ebfd text on a black background
contrast 17.63:1
Card sample
#e5ebfd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ebfd;
Background color
Panel with #e5ebfd background
background-color: #e5ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ebfd; background: linear-gradient(135deg, #e5ebfd, #EFE5FD);