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