#97ba2d
a balanced, vivid green · cool · closest name: olivedrab
RGB
151, 186, 45
HSL
75°, 61%, 45%
CMYK
19, 0, 76, 27
Luminance
0.4189
Every format
| HEX | #97ba2d |
| RGB | rgb(151, 186, 45) |
| HSL | hsl(75, 61%, 45%) |
| CMYK | cmyk(19%, 0%, 76%, 27%) |
| LAB | lab(70.8 -30.7 62.7) |
| LCH | lch(70.8 69.8 116.1) |
| OKLCH | oklch(0.738 0.165 123.0) |
Copy-ready code
/* CSS */
color: #97ba2d;
background-color: #97ba2d;
/* Tailwind (arbitrary) */
class="text-[#97ba2d] bg-[#97ba2d]"
/* SCSS */
$brand: #97ba2d;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#97ba2d")Accessibility — WCAG contrast
Aa
#97ba2d on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ba2d on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue17.6%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow75.8%
Key (black)27.1%
Color previews
#97ba2d text on a black background
contrast 9.38:1
Card sample
#97ba2d text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ba2d;
Background color
Panel with #97ba2d background
background-color: #97ba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ba2d; background: linear-gradient(135deg, #97ba2d, #39BA2D);