#97e22e
a balanced, electric green · cool · closest name: yellow
RGB
151, 226, 46
HSL
85°, 76%, 53%
CMYK
33, 0, 80, 11
Luminance
0.6117
Every format
| HEX | #97e22e |
| RGB | rgb(151, 226, 46) |
| HSL | hsl(85, 76%, 53%) |
| CMYK | cmyk(33%, 0%, 80%, 11%) |
| LAB | lab(82.5 -48.3 73.2) |
| LCH | lch(82.5 87.7 123.4) |
| OKLCH | oklch(0.833 0.212 130.6) |
Copy-ready code
/* CSS */
color: #97e22e;
background-color: #97e22e;
/* Tailwind (arbitrary) */
class="text-[#97e22e] bg-[#97e22e]"
/* SCSS */
$brand: #97e22e;
/* SwiftUI */
Color(red: 0.592, green: 0.886, blue: 0.180)
/* Android */
Color.parseColor("#97e22e")Accessibility — WCAG contrast
Aa
#97e22e on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97e22e on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green88.6%
Blue18.0%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow79.6%
Key (black)11.4%
Color previews
#97e22e text on a black background
contrast 13.23:1
Card sample
#97e22e text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97e22e;
Background color
Panel with #97e22e background
background-color: #97e22e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97e22e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 226, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 226, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97e22e; background: linear-gradient(135deg, #97e22e, #2EE23D);