#97fba4
a light, electric green · cool · closest name: aquamarine
RGB
151, 251, 164
HSL
128°, 93%, 79%
CMYK
40, 0, 35, 2
Luminance
0.7825
Every format
| HEX | #97fba4 |
| RGB | rgb(151, 251, 164) |
| HSL | hsl(128, 93%, 79%) |
| CMYK | cmyk(40%, 0%, 35%, 2%) |
| LAB | lab(90.9 -46.7 32.8) |
| LCH | lch(90.9 57.1 145.0) |
| OKLCH | oklch(0.905 0.151 147.2) |
Copy-ready code
/* CSS */
color: #97fba4;
background-color: #97fba4;
/* Tailwind (arbitrary) */
class="text-[#97fba4] bg-[#97fba4]"
/* SCSS */
$brand: #97fba4;
/* SwiftUI */
Color(red: 0.592, green: 0.984, blue: 0.643)
/* Android */
Color.parseColor("#97fba4")Accessibility — WCAG contrast
Aa
#97fba4 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fba4 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.4%
Blue64.3%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow34.7%
Key (black)1.6%
Color previews
#97fba4 text on a black background
contrast 16.65:1
Card sample
#97fba4 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fba4;
Background color
Panel with #97fba4 background
background-color: #97fba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 251, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 251, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fba4; background: linear-gradient(135deg, #97fba4, #97FBE7);