#97df9d
a light, vivid green · cool · closest name: aquamarine
RGB
151, 223, 157
HSL
125°, 53%, 73%
CMYK
32, 0, 30, 13
Luminance
0.6179
Every format
| HEX | #97df9d |
| RGB | rgb(151, 223, 157) |
| HSL | hsl(125, 53%, 73%) |
| CMYK | cmyk(32%, 0%, 30%, 13%) |
| LAB | lab(82.8 -35.5 25.4) |
| LCH | lch(82.8 43.6 144.4) |
| OKLCH | oklch(0.839 0.116 146.5) |
Copy-ready code
/* CSS */
color: #97df9d;
background-color: #97df9d;
/* Tailwind (arbitrary) */
class="text-[#97df9d] bg-[#97df9d]"
/* SCSS */
$brand: #97df9d;
/* SwiftUI */
Color(red: 0.592, green: 0.875, blue: 0.616)
/* Android */
Color.parseColor("#97df9d")Accessibility — WCAG contrast
Aa
#97df9d on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97df9d on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green87.5%
Blue61.6%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow29.6%
Key (black)12.5%
Color previews
#97df9d text on a black background
contrast 13.36:1
Card sample
#97df9d text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97df9d;
Background color
Panel with #97df9d background
background-color: #97df9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97df9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 223, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 223, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97df9d; background: linear-gradient(135deg, #97df9d, #97DFCD);