#e4f0ff
a pale, electric blue · cool · closest name: lavender
RGB
228, 240, 255
HSL
213°, 100%, 95%
CMYK
11, 6, 0, 0
Luminance
0.8603
Every format
| HEX | #e4f0ff |
| RGB | rgb(228, 240, 255) |
| HSL | hsl(213, 100%, 95%) |
| CMYK | cmyk(11%, 6%, 0%, 0%) |
| LAB | lab(94.3 -1.1 -8.6) |
| LCH | lch(94.3 8.6 262.6) |
| OKLCH | oklch(0.951 0.024 253.9) |
Copy-ready code
/* CSS */
color: #e4f0ff;
background-color: #e4f0ff;
/* Tailwind (arbitrary) */
class="text-[#e4f0ff] bg-[#e4f0ff]"
/* SCSS */
$brand: #e4f0ff;
/* SwiftUI */
Color(red: 0.894, green: 0.941, blue: 1.000)
/* Android */
Color.parseColor("#e4f0ff")Accessibility — WCAG contrast
Aa
#e4f0ff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4f0ff on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green94.1%
Blue100.0%
CMYK percentages
Cyan10.6%
Magenta5.9%
Yellow0.0%
Key (black)0.0%
Color previews
#e4f0ff text on a black background
contrast 18.21:1
Card sample
#e4f0ff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4f0ff;
Background color
Panel with #e4f0ff background
background-color: #e4f0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4f0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 240, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 240, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4f0ff; background: linear-gradient(135deg, #e4f0ff, #EAE4FF);