#97f2ad
a light, electric green · cool · closest name: aquamarine
RGB
151, 242, 173
HSL
135°, 78%, 77%
CMYK
38, 0, 29, 5
Luminance
0.7310
Every format
| HEX | #97f2ad |
| RGB | rgb(151, 242, 173) |
| HSL | hsl(135, 78%, 77%) |
| CMYK | cmyk(38%, 0%, 29%, 5%) |
| LAB | lab(88.5 -41.3 24.9) |
| LCH | lch(88.5 48.3 148.9) |
| OKLCH | oklch(0.886 0.130 150.8) |
Copy-ready code
/* CSS */
color: #97f2ad;
background-color: #97f2ad;
/* Tailwind (arbitrary) */
class="text-[#97f2ad] bg-[#97f2ad]"
/* SCSS */
$brand: #97f2ad;
/* SwiftUI */
Color(red: 0.592, green: 0.949, blue: 0.678)
/* Android */
Color.parseColor("#97f2ad")Accessibility — WCAG contrast
Aa
#97f2ad on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f2ad on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green94.9%
Blue67.8%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow28.5%
Key (black)5.1%
Color previews
#97f2ad text on a black background
contrast 15.62:1
Card sample
#97f2ad text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f2ad;
Background color
Panel with #97f2ad background
background-color: #97f2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 242, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 242, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f2ad; background: linear-gradient(135deg, #97f2ad, #97F2EA);