#97f6bd
a light, electric green · cool · closest name: aquamarine
RGB
151, 246, 189
HSL
144°, 84%, 78%
CMYK
39, 0, 23, 4
Luminance
0.7616
Every format
| HEX | #97f6bd |
| RGB | rgb(151, 246, 189) |
| HSL | hsl(144, 84%, 78%) |
| CMYK | cmyk(39%, 0%, 23%, 4%) |
| LAB | lab(89.9 -40.2 18.7) |
| LCH | lch(89.9 44.4 155.0) |
| OKLCH | oklch(0.899 0.121 156.6) |
Copy-ready code
/* CSS */
color: #97f6bd;
background-color: #97f6bd;
/* Tailwind (arbitrary) */
class="text-[#97f6bd] bg-[#97f6bd]"
/* SCSS */
$brand: #97f6bd;
/* SwiftUI */
Color(red: 0.592, green: 0.965, blue: 0.741)
/* Android */
Color.parseColor("#97f6bd")Accessibility — WCAG contrast
Aa
#97f6bd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f6bd on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green96.5%
Blue74.1%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow23.2%
Key (black)3.5%
Color previews
#97f6bd text on a black background
contrast 16.23:1
Card sample
#97f6bd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f6bd;
Background color
Panel with #97f6bd background
background-color: #97f6bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f6bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 246, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 246, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f6bd; background: linear-gradient(135deg, #97f6bd, #97F0F6);