#97ff8d
a light, electric green · cool · closest name: aquamarine
RGB
151, 255, 141
HSL
115°, 100%, 78%
CMYK
41, 0, 45, 0
Luminance
0.8002
Every format
| HEX | #97ff8d |
| RGB | rgb(151, 255, 141) |
| HSL | hsl(115, 100%, 78%) |
| CMYK | cmyk(41%, 0%, 45%, 0%) |
| LAB | lab(91.7 -51.8 45.1) |
| LCH | lch(91.7 68.7 139.0) |
| OKLCH | oklch(0.911 0.179 142.1) |
Copy-ready code
/* CSS */
color: #97ff8d;
background-color: #97ff8d;
/* Tailwind (arbitrary) */
class="text-[#97ff8d] bg-[#97ff8d]"
/* SCSS */
$brand: #97ff8d;
/* SwiftUI */
Color(red: 0.592, green: 1.000, blue: 0.553)
/* Android */
Color.parseColor("#97ff8d")Accessibility — WCAG contrast
Aa
#97ff8d on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ff8d on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green100.0%
Blue55.3%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow44.7%
Key (black)0.0%
Color previews
#97ff8d text on a black background
contrast 17.00:1
Card sample
#97ff8d text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ff8d;
Background color
Panel with #97ff8d background
background-color: #97ff8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ff8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 255, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 255, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ff8d; background: linear-gradient(135deg, #97ff8d, #8DFFCF);