#e2fecf
a pale, electric green · cool · closest name: beige
RGB
226, 254, 207
HSL
96°, 96%, 90%
CMYK
11, 0, 19, 0
Luminance
0.9156
Every format
| HEX | #e2fecf |
| RGB | rgb(226, 254, 207) |
| HSL | hsl(96, 96%, 90%) |
| CMYK | cmyk(11%, 0%, 19%, 0%) |
| LAB | lab(96.6 -17.3 19.5) |
| LCH | lch(96.6 26.0 131.5) |
| OKLCH | oklch(0.965 0.068 132.8) |
Copy-ready code
/* CSS */
color: #e2fecf;
background-color: #e2fecf;
/* Tailwind (arbitrary) */
class="text-[#e2fecf] bg-[#e2fecf]"
/* SCSS */
$brand: #e2fecf;
/* SwiftUI */
Color(red: 0.886, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#e2fecf")Accessibility — WCAG contrast
Aa
#e2fecf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fecf on black: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green99.6%
Blue81.2%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#e2fecf text on a black background
contrast 19.31:1
Card sample
#e2fecf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fecf;
Background color
Panel with #e2fecf background
background-color: #e2fecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fecf; background: linear-gradient(135deg, #e2fecf, #CFFEDB);