#97ba3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
151, 186, 63
HSL
77°, 49%, 49%
CMYK
19, 0, 66, 27
Luminance
0.4206
Every format
| HEX | #97ba3f |
| RGB | rgb(151, 186, 63) |
| HSL | hsl(77, 49%, 49%) |
| CMYK | cmyk(19%, 0%, 66%, 27%) |
| LAB | lab(70.9 -29.6 56.2) |
| LCH | lch(70.9 63.5 117.8) |
| OKLCH | oklch(0.739 0.154 123.8) |
Copy-ready code
/* CSS */
color: #97ba3f;
background-color: #97ba3f;
/* Tailwind (arbitrary) */
class="text-[#97ba3f] bg-[#97ba3f]"
/* SCSS */
$brand: #97ba3f;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#97ba3f")Accessibility — WCAG contrast
Aa
#97ba3f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ba3f on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue24.7%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow66.1%
Key (black)27.1%
Color previews
#97ba3f text on a black background
contrast 9.41:1
Card sample
#97ba3f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ba3f;
Background color
Panel with #97ba3f background
background-color: #97ba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ba3f; background: linear-gradient(135deg, #97ba3f, #45BA3F);