#97f37e
a light, electric green · cool · closest name: forestgreen
RGB
151, 243, 126
HSL
107°, 83%, 72%
CMYK
38, 0, 48, 5
Luminance
0.7219
Every format
| HEX | #97f37e |
| RGB | rgb(151, 243, 126) |
| HSL | hsl(107, 83%, 72%) |
| CMYK | cmyk(38%, 0%, 48%, 5%) |
| LAB | lab(88.1 -48.8 47.7) |
| LCH | lch(88.1 68.2 135.6) |
| OKLCH | oklch(0.880 0.176 139.2) |
Copy-ready code
/* CSS */
color: #97f37e;
background-color: #97f37e;
/* Tailwind (arbitrary) */
class="text-[#97f37e] bg-[#97f37e]"
/* SCSS */
$brand: #97f37e;
/* SwiftUI */
Color(red: 0.592, green: 0.953, blue: 0.494)
/* Android */
Color.parseColor("#97f37e")Accessibility — WCAG contrast
Aa
#97f37e on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f37e on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green95.3%
Blue49.4%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow48.1%
Key (black)4.7%
Color previews
#97f37e text on a black background
contrast 15.44:1
Card sample
#97f37e text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f37e;
Background color
Panel with #97f37e background
background-color: #97f37e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f37e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 243, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 243, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f37e; background: linear-gradient(135deg, #97f37e, #7EF3B3);