#97fdbd
a light, electric green · cool · closest name: aquamarine
RGB
151, 253, 189
HSL
142°, 96%, 79%
CMYK
40, 0, 25, 1
Luminance
0.8050
Every format
| HEX | #97fdbd |
| RGB | rgb(151, 253, 189) |
| HSL | hsl(142, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 25%, 1%) |
| LAB | lab(91.9 -43.3 21.5) |
| LCH | lch(91.9 48.3 153.6) |
| OKLCH | oklch(0.915 0.131 155.3) |
Copy-ready code
/* CSS */
color: #97fdbd;
background-color: #97fdbd;
/* Tailwind (arbitrary) */
class="text-[#97fdbd] bg-[#97fdbd]"
/* SCSS */
$brand: #97fdbd;
/* SwiftUI */
Color(red: 0.592, green: 0.992, blue: 0.741)
/* Android */
Color.parseColor("#97fdbd")Accessibility — WCAG contrast
Aa
#97fdbd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fdbd on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.2%
Blue74.1%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow25.3%
Key (black)0.8%
Color previews
#97fdbd text on a black background
contrast 17.10:1
Card sample
#97fdbd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fdbd;
Background color
Panel with #97fdbd background
background-color: #97fdbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fdbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 253, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 253, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fdbd; background: linear-gradient(135deg, #97fdbd, #97F9FD);