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