#97cf75
a balanced, vivid green · cool · closest name: olivedrab
RGB
151, 207, 117
HSL
97°, 48%, 64%
CMYK
27, 0, 44, 19
Luminance
0.5249
Every format
| HEX | #97cf75 |
| RGB | rgb(151, 207, 117) |
| HSL | hsl(97, 48%, 64%) |
| CMYK | cmyk(27%, 0%, 44%, 19%) |
| LAB | lab(77.6 -34.1 39.0) |
| LCH | lch(77.6 51.8 131.2) |
| OKLCH | oklch(0.795 0.133 134.6) |
Copy-ready code
/* CSS */
color: #97cf75;
background-color: #97cf75;
/* Tailwind (arbitrary) */
class="text-[#97cf75] bg-[#97cf75]"
/* SCSS */
$brand: #97cf75;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#97cf75")Accessibility — WCAG contrast
Aa
#97cf75 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cf75 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue45.9%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#97cf75 text on a black background
contrast 11.50:1
Card sample
#97cf75 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cf75;
Background color
Panel with #97cf75 background
background-color: #97cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cf75; background: linear-gradient(135deg, #97cf75, #75CF8F);