#e4f4ff
a pale, electric blue · cool · closest name: lavender
RGB
228, 244, 255
HSL
204°, 100%, 95%
CMYK
11, 4, 0, 0
Luminance
0.8842
Every format
| HEX | #e4f4ff |
| RGB | rgb(228, 244, 255) |
| HSL | hsl(204, 100%, 95%) |
| CMYK | cmyk(11%, 4%, 0%, 0%) |
| LAB | lab(95.3 -3.1 -7.1) |
| LCH | lch(95.3 7.8 246.0) |
| OKLCH | oklch(0.959 0.022 237.6) |
Copy-ready code
/* CSS */
color: #e4f4ff;
background-color: #e4f4ff;
/* Tailwind (arbitrary) */
class="text-[#e4f4ff] bg-[#e4f4ff]"
/* SCSS */
$brand: #e4f4ff;
/* SwiftUI */
Color(red: 0.894, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#e4f4ff")Accessibility — WCAG contrast
Aa
#e4f4ff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4f4ff on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green95.7%
Blue100.0%
CMYK percentages
Cyan10.6%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#e4f4ff text on a black background
contrast 18.68:1
Card sample
#e4f4ff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4f4ff;
Background color
Panel with #e4f4ff background
background-color: #e4f4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4f4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4f4ff; background: linear-gradient(135deg, #e4f4ff, #E6E4FF);