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