#e2fbc9
a pale, electric green · cool · closest name: beige
RGB
226, 251, 201
HSL
90°, 86%, 89%
CMYK
10, 0, 20, 2
Luminance
0.8938
Every format
| HEX | #e2fbc9 |
| RGB | rgb(226, 251, 201) |
| HSL | hsl(90, 86%, 89%) |
| CMYK | cmyk(10%, 0%, 20%, 2%) |
| LAB | lab(95.7 -16.7 21.3) |
| LCH | lch(95.7 27.1 128.1) |
| OKLCH | oklch(0.957 0.070 129.3) |
Copy-ready code
/* CSS */
color: #e2fbc9;
background-color: #e2fbc9;
/* Tailwind (arbitrary) */
class="text-[#e2fbc9] bg-[#e2fbc9]"
/* SCSS */
$brand: #e2fbc9;
/* SwiftUI */
Color(red: 0.886, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#e2fbc9")Accessibility — WCAG contrast
Aa
#e2fbc9 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fbc9 on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.4%
Blue78.8%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#e2fbc9 text on a black background
contrast 18.88:1
Card sample
#e2fbc9 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fbc9;
Background color
Panel with #e2fbc9 background
background-color: #e2fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fbc9; background: linear-gradient(135deg, #e2fbc9, #C9FBD1);