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