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