#97f0ba
a light, vivid green · cool · closest name: aquamarine
RGB
151, 240, 186
HSL
144°, 75%, 77%
CMYK
37, 0, 23, 6
Luminance
0.7244
Every format
| HEX | #97f0ba |
| RGB | rgb(151, 240, 186) |
| HSL | hsl(144, 75%, 77%) |
| CMYK | cmyk(37%, 0%, 23%, 6%) |
| LAB | lab(88.2 -38.1 17.8) |
| LCH | lch(88.2 42.0 154.9) |
| OKLCH | oklch(0.884 0.115 156.5) |
Copy-ready code
/* CSS */
color: #97f0ba;
background-color: #97f0ba;
/* Tailwind (arbitrary) */
class="text-[#97f0ba] bg-[#97f0ba]"
/* SCSS */
$brand: #97f0ba;
/* SwiftUI */
Color(red: 0.592, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#97f0ba")Accessibility — WCAG contrast
Aa
#97f0ba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f0ba on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green94.1%
Blue72.9%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#97f0ba text on a black background
contrast 15.49:1
Card sample
#97f0ba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f0ba;
Background color
Panel with #97f0ba background
background-color: #97f0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f0ba; background: linear-gradient(135deg, #97f0ba, #97EBF0);