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