#97fdad
a light, electric green · cool · closest name: aquamarine
RGB
151, 253, 173
HSL
133°, 96%, 79%
CMYK
40, 0, 32, 1
Luminance
0.7985
Every format
| HEX | #97fdad |
| RGB | rgb(151, 253, 173) |
| HSL | hsl(133, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 32%, 1%) |
| LAB | lab(91.6 -46.1 29.2) |
| LCH | lch(91.6 54.6 147.7) |
| OKLCH | oklch(0.912 0.146 149.7) |
Copy-ready code
/* CSS */
color: #97fdad;
background-color: #97fdad;
/* Tailwind (arbitrary) */
class="text-[#97fdad] bg-[#97fdad]"
/* SCSS */
$brand: #97fdad;
/* SwiftUI */
Color(red: 0.592, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#97fdad")Accessibility — WCAG contrast
Aa
#97fdad on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fdad on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.2%
Blue67.8%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#97fdad text on a black background
contrast 16.97:1
Card sample
#97fdad text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fdad;
Background color
Panel with #97fdad background
background-color: #97fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fdad; background: linear-gradient(135deg, #97fdad, #97FDF1);