#97f596
a light, electric green · cool · closest name: aquamarine
RGB
151, 245, 150
HSL
119°, 83%, 78%
CMYK
38, 0, 39, 4
Luminance
0.7409
Every format
| HEX | #97f596 |
| RGB | rgb(151, 245, 150) |
| HSL | hsl(119, 83%, 78%) |
| CMYK | cmyk(38%, 0%, 39%, 4%) |
| LAB | lab(89.0 -46.3 37.2) |
| LCH | lch(89.0 59.4 141.3) |
| OKLCH | oklch(0.889 0.156 143.9) |
Copy-ready code
/* CSS */
color: #97f596;
background-color: #97f596;
/* Tailwind (arbitrary) */
class="text-[#97f596] bg-[#97f596]"
/* SCSS */
$brand: #97f596;
/* SwiftUI */
Color(red: 0.592, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#97f596")Accessibility — WCAG contrast
Aa
#97f596 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f596 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green96.1%
Blue58.8%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#97f596 text on a black background
contrast 15.82:1
Card sample
#97f596 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f596;
Background color
Panel with #97f596 background
background-color: #97f596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f596; background: linear-gradient(135deg, #97f596, #96F5D4);