#e5ebff
a pale, electric blue · warm · “lavender”
RGB
229, 235, 255
HSL
226°, 100%, 95%
CMYK
10, 8, 0, 0
Luminance
0.8329
Every format
| HEX | #e5ebff |
| RGB | rgb(229, 235, 255) |
| HSL | hsl(226, 100%, 95%) |
| CMYK | cmyk(10%, 8%, 0%, 0%) |
| LAB | lab(93.1 1.8 -10.3) |
| LCH | lch(93.1 10.5 279.7) |
| OKLCH | oklch(0.942 0.028 272.5) |
Copy-ready code
/* CSS */
color: #e5ebff;
background-color: #e5ebff;
/* Tailwind (arbitrary) */
class="text-[#e5ebff] bg-[#e5ebff]"
/* SCSS */
$brand: #e5ebff;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#e5ebff")Accessibility — WCAG contrast
Aa
#e5ebff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ebff on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.2%
Blue100.0%
CMYK percentages
Cyan10.2%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#e5ebff text on a black background
contrast 17.66:1
Card sample
#e5ebff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ebff;
Background color
Panel with #e5ebff background
background-color: #e5ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ebff; background: linear-gradient(135deg, #e5ebff, #F0E5FF);