#e2fcec
a pale, electric green · cool · closest name: ivory
RGB
226, 252, 236
HSL
143°, 81%, 94%
CMYK
10, 0, 6, 1
Luminance
0.9185
Every format
| HEX | #e2fcec |
| RGB | rgb(226, 252, 236) |
| HSL | hsl(143, 81%, 94%) |
| CMYK | cmyk(10%, 0%, 6%, 1%) |
| LAB | lab(96.8 -11.4 4.8) |
| LCH | lch(96.8 12.3 157.2) |
| OKLCH | oklch(0.968 0.034 158.7) |
Copy-ready code
/* CSS */
color: #e2fcec;
background-color: #e2fcec;
/* Tailwind (arbitrary) */
class="text-[#e2fcec] bg-[#e2fcec]"
/* SCSS */
$brand: #e2fcec;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#e2fcec")Accessibility — WCAG contrast
Aa
#e2fcec on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcec on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue92.5%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#e2fcec text on a black background
contrast 19.37:1
Card sample
#e2fcec text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcec;
Background color
Panel with #e2fcec background
background-color: #e2fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcec; background: linear-gradient(135deg, #e2fcec, #E2FBFC);