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