#97efdf
a light, vivid cyan · cool · closest name: turquoise
RGB
151, 239, 223
HSL
169°, 73%, 77%
CMYK
37, 0, 7, 6
Luminance
0.7364
Every format
| HEX | #97efdf |
| RGB | rgb(151, 239, 223) |
| HSL | hsl(169, 73%, 77%) |
| CMYK | cmyk(37%, 0%, 7%, 6%) |
| LAB | lab(88.8 -30.0 -0.6) |
| LCH | lch(88.8 30.0 181.2) |
| OKLCH | oklch(0.892 0.088 181.4) |
Copy-ready code
/* CSS */
color: #97efdf;
background-color: #97efdf;
/* Tailwind (arbitrary) */
class="text-[#97efdf] bg-[#97efdf]"
/* SCSS */
$brand: #97efdf;
/* SwiftUI */
Color(red: 0.592, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#97efdf")Accessibility — WCAG contrast
Aa
#97efdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97efdf on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green93.7%
Blue87.5%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#97efdf text on a black background
contrast 15.73:1
Card sample
#97efdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97efdf;
Background color
Panel with #97efdf background
background-color: #97efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97efdf; background: linear-gradient(135deg, #97efdf, #97C4EF);