#e2f2fe
a pale, electric blue · cool · closest name: lavender
RGB
226, 242, 254
HSL
206°, 93%, 94%
CMYK
11, 5, 0, 0
Luminance
0.8683
Every format
| HEX | #e2f2fe |
| RGB | rgb(226, 242, 254) |
| HSL | hsl(206, 93%, 94%) |
| CMYK | cmyk(11%, 5%, 0%, 0%) |
| LAB | lab(94.7 -3.0 -7.6) |
| LCH | lch(94.7 8.1 248.6) |
| OKLCH | oklch(0.953 0.024 240.1) |
Copy-ready code
/* CSS */
color: #e2f2fe;
background-color: #e2f2fe;
/* Tailwind (arbitrary) */
class="text-[#e2f2fe] bg-[#e2f2fe]"
/* SCSS */
$brand: #e2f2fe;
/* SwiftUI */
Color(red: 0.886, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#e2f2fe")Accessibility — WCAG contrast
Aa
#e2f2fe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f2fe on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green94.9%
Blue99.6%
CMYK percentages
Cyan11.0%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#e2f2fe text on a black background
contrast 18.37:1
Card sample
#e2f2fe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f2fe;
Background color
Panel with #e2f2fe background
background-color: #e2f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f2fe; background: linear-gradient(135deg, #e2f2fe, #E5E2FE);