#97e621
a balanced, electric green · cool · closest name: yellow
RGB
151, 230, 33
HSL
84°, 80%, 52%
CMYK
34, 0, 86, 10
Luminance
0.6328
Every format
| HEX | #97e621 |
| RGB | rgb(151, 230, 33) |
| HSL | hsl(84, 80%, 52%) |
| CMYK | cmyk(34%, 0%, 86%, 10%) |
| LAB | lab(83.6 -50.5 77.2) |
| LCH | lch(83.6 92.3 123.2) |
| OKLCH | oklch(0.842 0.221 130.7) |
Copy-ready code
/* CSS */
color: #97e621;
background-color: #97e621;
/* Tailwind (arbitrary) */
class="text-[#97e621] bg-[#97e621]"
/* SCSS */
$brand: #97e621;
/* SwiftUI */
Color(red: 0.592, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#97e621")Accessibility — WCAG contrast
Aa
#97e621 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97e621 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green90.2%
Blue12.9%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#97e621 text on a black background
contrast 13.66:1
Card sample
#97e621 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97e621;
Background color
Panel with #97e621 background
background-color: #97e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97e621; background: linear-gradient(135deg, #97e621, #21E62F);