#97cb48
a balanced, vivid green · cool · closest name: olivedrab
RGB
151, 203, 72
HSL
84°, 56%, 54%
CMYK
26, 0, 65, 20
Luminance
0.4976
Every format
| HEX | #97cb48 |
| RGB | rgb(151, 203, 72) |
| HSL | hsl(84, 56%, 54%) |
| CMYK | cmyk(26%, 0%, 65%, 20%) |
| LAB | lab(75.9 -36.9 57.8) |
| LCH | lch(75.9 68.6 122.5) |
| OKLCH | oklch(0.780 0.169 128.3) |
Copy-ready code
/* CSS */
color: #97cb48;
background-color: #97cb48;
/* Tailwind (arbitrary) */
class="text-[#97cb48] bg-[#97cb48]"
/* SCSS */
$brand: #97cb48;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.282)
/* Android */
Color.parseColor("#97cb48")Accessibility — WCAG contrast
Aa
#97cb48 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cb48 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue28.2%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow64.5%
Key (black)20.4%
Color previews
#97cb48 text on a black background
contrast 10.95:1
Card sample
#97cb48 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cb48;
Background color
Panel with #97cb48 background
background-color: #97cb48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cb48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cb48; background: linear-gradient(135deg, #97cb48, #48CB50);