#97fd7d
a light, electric green · cool · closest name: forestgreen
RGB
151, 253, 125
HSL
108°, 97%, 74%
CMYK
40, 0, 51, 1
Luminance
0.7831
Every format
| HEX | #97fd7d |
| RGB | rgb(151, 253, 125) |
| HSL | hsl(108, 97%, 74%) |
| CMYK | cmyk(40%, 0%, 51%, 1%) |
| LAB | lab(90.9 -53.0 51.7) |
| LCH | lch(90.9 74.0 135.7) |
| OKLCH | oklch(0.904 0.191 139.5) |
Copy-ready code
/* CSS */
color: #97fd7d;
background-color: #97fd7d;
/* Tailwind (arbitrary) */
class="text-[#97fd7d] bg-[#97fd7d]"
/* SCSS */
$brand: #97fd7d;
/* SwiftUI */
Color(red: 0.592, green: 0.992, blue: 0.490)
/* Android */
Color.parseColor("#97fd7d")Accessibility — WCAG contrast
Aa
#97fd7d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fd7d on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.2%
Blue49.0%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow50.6%
Key (black)0.8%
Color previews
#97fd7d text on a black background
contrast 16.66:1
Card sample
#97fd7d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fd7d;
Background color
Panel with #97fd7d background
background-color: #97fd7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fd7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 253, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 253, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fd7d; background: linear-gradient(135deg, #97fd7d, #7DFDB8);