#97fccc
a light, electric green · cool · closest name: aquamarine
RGB
151, 252, 204
HSL
152°, 94%, 79%
CMYK
40, 0, 19, 1
Luminance
0.8056
Every format
| HEX | #97fccc |
| RGB | rgb(151, 252, 204) |
| HSL | hsl(152, 94%, 79%) |
| CMYK | cmyk(40%, 0%, 19%, 1%) |
| LAB | lab(91.9 -40.0 13.8) |
| LCH | lch(91.9 42.3 160.9) |
| OKLCH | oklch(0.916 0.117 162.3) |
Copy-ready code
/* CSS */
color: #97fccc;
background-color: #97fccc;
/* Tailwind (arbitrary) */
class="text-[#97fccc] bg-[#97fccc]"
/* SCSS */
$brand: #97fccc;
/* SwiftUI */
Color(red: 0.592, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#97fccc")Accessibility — WCAG contrast
Aa
#97fccc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fccc on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.8%
Blue80.0%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#97fccc text on a black background
contrast 17.11:1
Card sample
#97fccc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fccc;
Background color
Panel with #97fccc background
background-color: #97fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fccc; background: linear-gradient(135deg, #97fccc, #97E9FC);