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