#97f78f
a light, electric green · cool · closest name: aquamarine
RGB
151, 247, 143
HSL
115°, 87%, 77%
CMYK
39, 0, 42, 3
Luminance
0.7508
Every format
| HEX | #97f78f |
| RGB | rgb(151, 247, 143) |
| HSL | hsl(115, 87%, 77%) |
| CMYK | cmyk(39%, 0%, 42%, 3%) |
| LAB | lab(89.4 -48.2 41.2) |
| LCH | lch(89.4 63.4 139.5) |
| OKLCH | oklch(0.892 0.166 142.4) |
Copy-ready code
/* CSS */
color: #97f78f;
background-color: #97f78f;
/* Tailwind (arbitrary) */
class="text-[#97f78f] bg-[#97f78f]"
/* SCSS */
$brand: #97f78f;
/* SwiftUI */
Color(red: 0.592, green: 0.969, blue: 0.561)
/* Android */
Color.parseColor("#97f78f")Accessibility — WCAG contrast
Aa
#97f78f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f78f on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green96.9%
Blue56.1%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow42.1%
Key (black)3.1%
Color previews
#97f78f text on a black background
contrast 16.02:1
Card sample
#97f78f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f78f;
Background color
Panel with #97f78f background
background-color: #97f78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 247, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 247, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f78f; background: linear-gradient(135deg, #97f78f, #8FF7CC);