#97ba0f
a dark, electric green · cool · closest name: olivedrab
RGB
151, 186, 15
HSL
72°, 85%, 39%
CMYK
19, 0, 92, 27
Luminance
0.4173
Every format
| HEX | #97ba0f |
| RGB | rgb(151, 186, 15) |
| HSL | hsl(72, 85%, 39%) |
| CMYK | cmyk(19%, 0%, 92%, 27%) |
| LAB | lab(70.7 -31.7 69.7) |
| LCH | lch(70.7 76.6 114.4) |
| OKLCH | oklch(0.737 0.176 122.3) |
Copy-ready code
/* CSS */
color: #97ba0f;
background-color: #97ba0f;
/* Tailwind (arbitrary) */
class="text-[#97ba0f] bg-[#97ba0f]"
/* SCSS */
$brand: #97ba0f;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.059)
/* Android */
Color.parseColor("#97ba0f")Accessibility — WCAG contrast
Aa
#97ba0f on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ba0f on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue5.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow91.9%
Key (black)27.1%
Color previews
#97ba0f text on a black background
contrast 9.35:1
Card sample
#97ba0f text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ba0f;
Background color
Panel with #97ba0f background
background-color: #97ba0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ba0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ba0f; background: linear-gradient(135deg, #97ba0f, #25BA0F);