#e0fcf1
a pale, electric green · cool · closest name: ivory
RGB
224, 252, 241
HSL
156°, 82%, 93%
CMYK
11, 0, 4, 1
Luminance
0.9182
Every format
| HEX | #e0fcf1 |
| RGB | rgb(224, 252, 241) |
| HSL | hsl(156, 82%, 93%) |
| CMYK | cmyk(11%, 0%, 4%, 1%) |
| LAB | lab(96.8 -11.1 2.2) |
| LCH | lch(96.8 11.3 168.8) |
| OKLCH | oklch(0.968 0.033 170.0) |
Copy-ready code
/* CSS */
color: #e0fcf1;
background-color: #e0fcf1;
/* Tailwind (arbitrary) */
class="text-[#e0fcf1] bg-[#e0fcf1]"
/* SCSS */
$brand: #e0fcf1;
/* SwiftUI */
Color(red: 0.878, green: 0.988, blue: 0.945)
/* Android */
Color.parseColor("#e0fcf1")Accessibility — WCAG contrast
Aa
#e0fcf1 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0fcf1 on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green98.8%
Blue94.5%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow4.4%
Key (black)1.2%
Color previews
#e0fcf1 text on a black background
contrast 19.36:1
Card sample
#e0fcf1 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0fcf1;
Background color
Panel with #e0fcf1 background
background-color: #e0fcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0fcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 252, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 252, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0fcf1; background: linear-gradient(135deg, #e0fcf1, #E0F4FC);