#97fdda
a light, electric green · cool · closest name: aquamarine
RGB
151, 253, 218
HSL
159°, 96%, 79%
CMYK
40, 0, 14, 1
Luminance
0.8189
Every format
| HEX | #97fdda |
| RGB | rgb(151, 253, 218) |
| HSL | hsl(159, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 14%, 1%) |
| LAB | lab(92.5 -37.6 7.5) |
| LCH | lch(92.5 38.3 168.8) |
| OKLCH | oklch(0.922 0.108 169.8) |
Copy-ready code
/* CSS */
color: #97fdda;
background-color: #97fdda;
/* Tailwind (arbitrary) */
class="text-[#97fdda] bg-[#97fdda]"
/* SCSS */
$brand: #97fdda;
/* SwiftUI */
Color(red: 0.592, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#97fdda")Accessibility — WCAG contrast
Aa
#97fdda on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fdda on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.2%
Blue85.5%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#97fdda text on a black background
contrast 17.38:1
Card sample
#97fdda text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fdda;
Background color
Panel with #97fdda background
background-color: #97fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fdda; background: linear-gradient(135deg, #97fdda, #97DCFD);