#e2ebfe
a pale, electric blue · cool · closest name: lavender
RGB
226, 235, 254
HSL
221°, 93%, 94%
CMYK
11, 8, 0, 0
Luminance
0.8274
Every format
| HEX | #e2ebfe |
| RGB | rgb(226, 235, 254) |
| HSL | hsl(221, 93%, 94%) |
| CMYK | cmyk(11%, 8%, 0%, 0%) |
| LAB | lab(92.9 0.6 -10.2) |
| LCH | lch(92.9 10.2 273.5) |
| OKLCH | oklch(0.939 0.028 265.5) |
Copy-ready code
/* CSS */
color: #e2ebfe;
background-color: #e2ebfe;
/* Tailwind (arbitrary) */
class="text-[#e2ebfe] bg-[#e2ebfe]"
/* SCSS */
$brand: #e2ebfe;
/* SwiftUI */
Color(red: 0.886, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#e2ebfe")Accessibility — WCAG contrast
Aa
#e2ebfe on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ebfe on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan11.0%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e2ebfe text on a black background
contrast 17.55:1
Card sample
#e2ebfe text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ebfe;
Background color
Panel with #e2ebfe background
background-color: #e2ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ebfe; background: linear-gradient(135deg, #e2ebfe, #ECE2FE);