#e2efff
a pale, electric blue · cool · closest name: lavender
RGB
226, 239, 255
HSL
213°, 100%, 94%
CMYK
11, 6, 0, 0
Luminance
0.8512
Every format
| HEX | #e2efff |
| RGB | rgb(226, 239, 255) |
| HSL | hsl(213, 100%, 94%) |
| CMYK | cmyk(11%, 6%, 0%, 0%) |
| LAB | lab(93.9 -1.2 -9.2) |
| LCH | lch(93.9 9.3 262.4) |
| OKLCH | oklch(0.947 0.026 253.6) |
Copy-ready code
/* CSS */
color: #e2efff;
background-color: #e2efff;
/* Tailwind (arbitrary) */
class="text-[#e2efff] bg-[#e2efff]"
/* SCSS */
$brand: #e2efff;
/* SwiftUI */
Color(red: 0.886, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#e2efff")Accessibility — WCAG contrast
Aa
#e2efff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2efff on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green93.7%
Blue100.0%
CMYK percentages
Cyan11.4%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#e2efff text on a black background
contrast 18.02:1
Card sample
#e2efff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2efff;
Background color
Panel with #e2efff background
background-color: #e2efff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2efff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2efff; background: linear-gradient(135deg, #e2efff, #E8E2FF);