#97eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
151, 237, 223
HSL
170°, 71%, 76%
CMYK
36, 0, 6, 7
Luminance
0.7248
Every format
| HEX | #97eddf |
| RGB | rgb(151, 237, 223) |
| HSL | hsl(170, 71%, 76%) |
| CMYK | cmyk(36%, 0%, 6%, 7%) |
| LAB | lab(88.2 -29.1 -1.4) |
| LCH | lch(88.2 29.1 182.8) |
| OKLCH | oklch(0.887 0.086 182.9) |
Copy-ready code
/* CSS */
color: #97eddf;
background-color: #97eddf;
/* Tailwind (arbitrary) */
class="text-[#97eddf] bg-[#97eddf]"
/* SCSS */
$brand: #97eddf;
/* SwiftUI */
Color(red: 0.592, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#97eddf")Accessibility — WCAG contrast
Aa
#97eddf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97eddf on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#97eddf text on a black background
contrast 15.50:1
Card sample
#97eddf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97eddf;
Background color
Panel with #97eddf background
background-color: #97eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97eddf; background: linear-gradient(135deg, #97eddf, #97C2ED);