#e4ffff
a pale, electric cyan · cool · closest name: white
RGB
228, 255, 255
HSL
180°, 100%, 95%
CMYK
11, 0, 0, 0
Luminance
0.9523
Every format
| HEX | #e4ffff |
| RGB | rgb(228, 255, 255) |
| HSL | hsl(180, 100%, 95%) |
| CMYK | cmyk(11%, 0%, 0%, 0%) |
| LAB | lab(98.1 -8.7 -3.0) |
| LCH | lch(98.1 9.2 198.8) |
| OKLCH | oklch(0.981 0.028 196.7) |
Copy-ready code
/* CSS */
color: #e4ffff;
background-color: #e4ffff;
/* Tailwind (arbitrary) */
class="text-[#e4ffff] bg-[#e4ffff]"
/* SCSS */
$brand: #e4ffff;
/* SwiftUI */
Color(red: 0.894, green: 1.000, blue: 1.000)
/* Android */
Color.parseColor("#e4ffff")Accessibility — WCAG contrast
Aa
#e4ffff on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ffff on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green100.0%
Blue100.0%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow0.0%
Key (black)0.0%
Color previews
#e4ffff text on a black background
contrast 20.05:1
Card sample
#e4ffff text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ffff;
Background color
Panel with #e4ffff background
background-color: #e4ffff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ffff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 255, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 255, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ffff; background: linear-gradient(135deg, #e4ffff, #E4EDFF);