#e4fcfc
a pale, electric cyan · cool · closest name: white
RGB
228, 252, 252
HSL
180°, 80%, 94%
CMYK
10, 0, 0, 1
Luminance
0.9314
Every format
| HEX | #e4fcfc |
| RGB | rgb(228, 252, 252) |
| HSL | hsl(180, 80%, 94%) |
| CMYK | cmyk(10%, 0%, 0%, 1%) |
| LAB | lab(97.3 -7.8 -2.7) |
| LCH | lch(97.3 8.2 198.9) |
| OKLCH | oklch(0.974 0.025 196.7) |
Copy-ready code
/* CSS */
color: #e4fcfc;
background-color: #e4fcfc;
/* Tailwind (arbitrary) */
class="text-[#e4fcfc] bg-[#e4fcfc]"
/* SCSS */
$brand: #e4fcfc;
/* SwiftUI */
Color(red: 0.894, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#e4fcfc")Accessibility — WCAG contrast
Aa
#e4fcfc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fcfc on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green98.8%
Blue98.8%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#e4fcfc text on a black background
contrast 19.63:1
Card sample
#e4fcfc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fcfc;
Background color
Panel with #e4fcfc background
background-color: #e4fcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fcfc; background: linear-gradient(135deg, #e4fcfc, #E4ECFC);