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