#97f06b
a light, electric green · cool · closest name: forestgreen
RGB
151, 240, 107
HSL
100°, 82%, 68%
CMYK
37, 0, 55, 6
Luminance
0.6996
Every format
| HEX | #97f06b |
| RGB | rgb(151, 240, 107) |
| HSL | hsl(100, 82%, 68%) |
| CMYK | cmyk(37%, 0%, 55%, 6%) |
| LAB | lab(87.0 -49.7 55.1) |
| LCH | lch(87.0 74.2 132.0) |
| OKLCH | oklch(0.871 0.189 136.5) |
Copy-ready code
/* CSS */
color: #97f06b;
background-color: #97f06b;
/* Tailwind (arbitrary) */
class="text-[#97f06b] bg-[#97f06b]"
/* SCSS */
$brand: #97f06b;
/* SwiftUI */
Color(red: 0.592, green: 0.941, blue: 0.420)
/* Android */
Color.parseColor("#97f06b")Accessibility — WCAG contrast
Aa
#97f06b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f06b on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green94.1%
Blue42.0%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow55.4%
Key (black)5.9%
Color previews
#97f06b text on a black background
contrast 14.99:1
Card sample
#97f06b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f06b;
Background color
Panel with #97f06b background
background-color: #97f06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 240, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 240, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f06b; background: linear-gradient(135deg, #97f06b, #6BF098);