#e4fcf0
a pale, electric green · cool · closest name: ivory
RGB
228, 252, 240
HSL
150°, 80%, 94%
CMYK
10, 0, 5, 1
Luminance
0.9241
Every format
| HEX | #e4fcf0 |
| RGB | rgb(228, 252, 240) |
| HSL | hsl(150, 80%, 94%) |
| CMYK | cmyk(10%, 0%, 5%, 1%) |
| LAB | lab(97.0 -10.0 3.1) |
| LCH | lch(97.0 10.5 162.9) |
| OKLCH | oklch(0.970 0.030 164.3) |
Copy-ready code
/* CSS */
color: #e4fcf0;
background-color: #e4fcf0;
/* Tailwind (arbitrary) */
class="text-[#e4fcf0] bg-[#e4fcf0]"
/* SCSS */
$brand: #e4fcf0;
/* SwiftUI */
Color(red: 0.894, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#e4fcf0")Accessibility — WCAG contrast
Aa
#e4fcf0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4fcf0 on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green98.8%
Blue94.1%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#e4fcf0 text on a black background
contrast 19.48:1
Card sample
#e4fcf0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4fcf0;
Background color
Panel with #e4fcf0 background
background-color: #e4fcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4fcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4fcf0; background: linear-gradient(135deg, #e4fcf0, #E4F8FC);