#97fdba
a light, electric green · cool · closest name: aquamarine
RGB
151, 253, 186
HSL
141°, 96%, 79%
CMYK
40, 0, 27, 1
Luminance
0.8038
Every format
| HEX | #97fdba |
| RGB | rgb(151, 253, 186) |
| HSL | hsl(141, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 27%, 1%) |
| LAB | lab(91.8 -43.9 22.9) |
| LCH | lch(91.8 49.5 152.4) |
| OKLCH | oklch(0.914 0.134 154.1) |
Copy-ready code
/* CSS */
color: #97fdba;
background-color: #97fdba;
/* Tailwind (arbitrary) */
class="text-[#97fdba] bg-[#97fdba]"
/* SCSS */
$brand: #97fdba;
/* SwiftUI */
Color(red: 0.592, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#97fdba")Accessibility — WCAG contrast
Aa
#97fdba on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fdba on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.2%
Blue72.9%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#97fdba text on a black background
contrast 17.08:1
Card sample
#97fdba text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fdba;
Background color
Panel with #97fdba background
background-color: #97fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fdba; background: linear-gradient(135deg, #97fdba, #97FCFD);