#e2fce6
a pale, electric green · cool · closest name: beige
RGB
226, 252, 230
HSL
129°, 81%, 94%
CMYK
10, 0, 9, 1
Luminance
0.9150
Every format
| HEX | #e2fce6 |
| RGB | rgb(226, 252, 230) |
| HSL | hsl(129, 81%, 94%) |
| CMYK | cmyk(10%, 0%, 9%, 1%) |
| LAB | lab(96.6 -12.4 7.7) |
| LCH | lch(96.6 14.6 148.3) |
| OKLCH | oklch(0.966 0.040 149.8) |
Copy-ready code
/* CSS */
color: #e2fce6;
background-color: #e2fce6;
/* Tailwind (arbitrary) */
class="text-[#e2fce6] bg-[#e2fce6]"
/* SCSS */
$brand: #e2fce6;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 0.902)
/* Android */
Color.parseColor("#e2fce6")Accessibility — WCAG contrast
Aa
#e2fce6 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fce6 on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue90.2%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow8.7%
Key (black)1.2%
Color previews
#e2fce6 text on a black background
contrast 19.30:1
Card sample
#e2fce6 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fce6;
Background color
Panel with #e2fce6 background
background-color: #e2fce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fce6; background: linear-gradient(135deg, #e2fce6, #E2FCF7);