#97cb64
a balanced, vivid green · cool · closest name: olivedrab
RGB
151, 203, 100
HSL
90°, 50%, 59%
CMYK
26, 0, 51, 20
Luminance
0.5021
Every format
| HEX | #97cb64 |
| RGB | rgb(151, 203, 100) |
| HSL | hsl(90, 50%, 59%) |
| CMYK | cmyk(26%, 0%, 51%, 20%) |
| LAB | lab(76.2 -34.3 45.6) |
| LCH | lch(76.2 57.0 126.9) |
| OKLCH | oklch(0.783 0.144 131.1) |
Copy-ready code
/* CSS */
color: #97cb64;
background-color: #97cb64;
/* Tailwind (arbitrary) */
class="text-[#97cb64] bg-[#97cb64]"
/* SCSS */
$brand: #97cb64;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.392)
/* Android */
Color.parseColor("#97cb64")Accessibility — WCAG contrast
Aa
#97cb64 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cb64 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue39.2%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow50.7%
Key (black)20.4%
Color previews
#97cb64 text on a black background
contrast 11.04:1
Card sample
#97cb64 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cb64;
Background color
Panel with #97cb64 background
background-color: #97cb64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cb64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cb64; background: linear-gradient(135deg, #97cb64, #64CB76);