#97b032
a dark, vivid green · cool · closest name: olivedrab
RGB
151, 176, 50
HSL
72°, 56%, 44%
CMYK
14, 0, 72, 31
Luminance
0.3786
Every format
| HEX | #97b032 |
| RGB | rgb(151, 176, 50) |
| HSL | hsl(72, 56%, 44%) |
| CMYK | cmyk(14%, 0%, 72%, 31%) |
| LAB | lab(67.9 -25.6 58.2) |
| LCH | lch(67.9 63.6 113.8) |
| OKLCH | oklch(0.715 0.150 120.2) |
Copy-ready code
/* CSS */
color: #97b032;
background-color: #97b032;
/* Tailwind (arbitrary) */
class="text-[#97b032] bg-[#97b032]"
/* SCSS */
$brand: #97b032;
/* SwiftUI */
Color(red: 0.592, green: 0.690, blue: 0.196)
/* Android */
Color.parseColor("#97b032")Accessibility — WCAG contrast
Aa
#97b032 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b032 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green69.0%
Blue19.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow71.6%
Key (black)31.0%
Color previews
#97b032 text on a black background
contrast 8.57:1
Card sample
#97b032 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b032;
Background color
Panel with #97b032 background
background-color: #97b032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 176, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 176, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b032; background: linear-gradient(135deg, #97b032, #43B032);