#97c424
a balanced, vivid green · cool · closest name: olivedrab
RGB
151, 196, 36
HSL
77°, 69%, 46%
CMYK
23, 0, 82, 23
Luminance
0.4619
Every format
| HEX | #97c424 |
| RGB | rgb(151, 196, 36) |
| HSL | hsl(77, 69%, 46%) |
| CMYK | cmyk(23%, 0%, 82%, 23%) |
| LAB | lab(73.7 -35.7 68.0) |
| LCH | lch(73.7 76.8 117.7) |
| OKLCH | oklch(0.761 0.181 125.1) |
Copy-ready code
/* CSS */
color: #97c424;
background-color: #97c424;
/* Tailwind (arbitrary) */
class="text-[#97c424] bg-[#97c424]"
/* SCSS */
$brand: #97c424;
/* SwiftUI */
Color(red: 0.592, green: 0.769, blue: 0.141)
/* Android */
Color.parseColor("#97c424")Accessibility — WCAG contrast
Aa
#97c424 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97c424 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green76.9%
Blue14.1%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow81.6%
Key (black)23.1%
Color previews
#97c424 text on a black background
contrast 10.24:1
Card sample
#97c424 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97c424;
Background color
Panel with #97c424 background
background-color: #97c424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97c424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 196, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 196, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97c424; background: linear-gradient(135deg, #97c424, #2CC424);