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