#97f87c
a light, electric green · cool · closest name: forestgreen
RGB
151, 248, 124
HSL
107°, 90%, 73%
CMYK
39, 0, 50, 3
Luminance
0.7517
Every format
| HEX | #97f87c |
| RGB | rgb(151, 248, 124) |
| HSL | hsl(107, 90%, 73%) |
| CMYK | cmyk(39%, 0%, 50%, 3%) |
| LAB | lab(89.5 -51.1 50.4) |
| LCH | lch(89.5 71.7 135.4) |
| OKLCH | oklch(0.892 0.185 139.2) |
Copy-ready code
/* CSS */
color: #97f87c;
background-color: #97f87c;
/* Tailwind (arbitrary) */
class="text-[#97f87c] bg-[#97f87c]"
/* SCSS */
$brand: #97f87c;
/* SwiftUI */
Color(red: 0.592, green: 0.973, blue: 0.486)
/* Android */
Color.parseColor("#97f87c")Accessibility — WCAG contrast
Aa
#97f87c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f87c on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green97.3%
Blue48.6%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow50.0%
Key (black)2.7%
Color previews
#97f87c text on a black background
contrast 16.03:1
Card sample
#97f87c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f87c;
Background color
Panel with #97f87c background
background-color: #97f87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 248, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 248, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f87c; background: linear-gradient(135deg, #97f87c, #7CF8B3);