#e2f6a2
a light, electric green · cool · closest name: khaki
RGB
226, 246, 162
HSL
74°, 82%, 80%
CMYK
8, 0, 34, 4
Luminance
0.8469
Every format
| HEX | #e2f6a2 |
| RGB | rgb(226, 246, 162) |
| HSL | hsl(74, 82%, 80%) |
| CMYK | cmyk(8%, 0%, 34%, 4%) |
| LAB | lab(93.8 -19.7 38.3) |
| LCH | lch(93.8 43.1 117.2) |
| OKLCH | oklch(0.939 0.109 119.4) |
Copy-ready code
/* CSS */
color: #e2f6a2;
background-color: #e2f6a2;
/* Tailwind (arbitrary) */
class="text-[#e2f6a2] bg-[#e2f6a2]"
/* SCSS */
$brand: #e2f6a2;
/* SwiftUI */
Color(red: 0.886, green: 0.965, blue: 0.635)
/* Android */
Color.parseColor("#e2f6a2")Accessibility — WCAG contrast
Aa
#e2f6a2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f6a2 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green96.5%
Blue63.5%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow34.1%
Key (black)3.5%
Color previews
#e2f6a2 text on a black background
contrast 17.94:1
Card sample
#e2f6a2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f6a2;
Background color
Panel with #e2f6a2 background
background-color: #e2f6a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f6a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 246, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 246, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f6a2; background: linear-gradient(135deg, #e2f6a2, #AAF6A2);