#97f58d
a light, electric green · cool · closest name: aquamarine
RGB
151, 245, 141
HSL
114°, 84%, 76%
CMYK
38, 0, 42, 4
Luminance
0.7381
Every format
| HEX | #97f58d |
| RGB | rgb(151, 245, 141) |
| HSL | hsl(114, 84%, 76%) |
| CMYK | cmyk(38%, 0%, 42%, 4%) |
| LAB | lab(88.8 -47.6 41.4) |
| LCH | lch(88.8 63.1 139.0) |
| OKLCH | oklch(0.887 0.165 142.0) |
Copy-ready code
/* CSS */
color: #97f58d;
background-color: #97f58d;
/* Tailwind (arbitrary) */
class="text-[#97f58d] bg-[#97f58d]"
/* SCSS */
$brand: #97f58d;
/* SwiftUI */
Color(red: 0.592, green: 0.961, blue: 0.553)
/* Android */
Color.parseColor("#97f58d")Accessibility — WCAG contrast
Aa
#97f58d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f58d on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green96.1%
Blue55.3%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow42.4%
Key (black)3.9%
Color previews
#97f58d text on a black background
contrast 15.76:1
Card sample
#97f58d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f58d;
Background color
Panel with #97f58d background
background-color: #97f58d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f58d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 245, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 245, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f58d; background: linear-gradient(135deg, #97f58d, #8DF5C8);