#97ba02
a dark, electric green · cool · closest name: olivedrab
RGB
151, 186, 2
HSL
71°, 98%, 37%
CMYK
19, 0, 99, 27
Luminance
0.4170
Every format
| HEX | #97ba02 |
| RGB | rgb(151, 186, 2) |
| HSL | hsl(71, 98%, 37%) |
| CMYK | cmyk(19%, 0%, 99%, 27%) |
| LAB | lab(70.7 -31.9 71.2) |
| LCH | lch(70.7 78.0 114.1) |
| OKLCH | oklch(0.736 0.179 122.2) |
Copy-ready code
/* CSS */
color: #97ba02;
background-color: #97ba02;
/* Tailwind (arbitrary) */
class="text-[#97ba02] bg-[#97ba02]"
/* SCSS */
$brand: #97ba02;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.008)
/* Android */
Color.parseColor("#97ba02")Accessibility — WCAG contrast
Aa
#97ba02 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ba02 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue0.8%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow98.9%
Key (black)27.1%
Color previews
#97ba02 text on a black background
contrast 9.34:1
Card sample
#97ba02 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ba02;
Background color
Panel with #97ba02 background
background-color: #97ba02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ba02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ba02; background: linear-gradient(135deg, #97ba02, #1CBA02);