#97b331
a dark, vivid green · cool · closest name: olivedrab
RGB
151, 179, 49
HSL
73°, 57%, 45%
CMYK
16, 0, 73, 30
Luminance
0.3904
Every format
| HEX | #97b331 |
| RGB | rgb(151, 179, 49) |
| HSL | hsl(73, 57%, 45%) |
| CMYK | cmyk(16%, 0%, 73%, 30%) |
| LAB | lab(68.8 -27.1 59.4) |
| LCH | lch(68.8 65.3 114.6) |
| OKLCH | oklch(0.722 0.154 121.1) |
Copy-ready code
/* CSS */
color: #97b331;
background-color: #97b331;
/* Tailwind (arbitrary) */
class="text-[#97b331] bg-[#97b331]"
/* SCSS */
$brand: #97b331;
/* SwiftUI */
Color(red: 0.592, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#97b331")Accessibility — WCAG contrast
Aa
#97b331 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b331 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green70.2%
Blue19.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow72.6%
Key (black)29.8%
Color previews
#97b331 text on a black background
contrast 8.81:1
Card sample
#97b331 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b331;
Background color
Panel with #97b331 background
background-color: #97b331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b331; background: linear-gradient(135deg, #97b331, #40B331);