#97eedc
a light, vivid cyan · cool · closest name: turquoise
RGB
151, 238, 220
HSL
168°, 72%, 76%
CMYK
37, 0, 8, 7
Luminance
0.7290
Every format
| HEX | #97eedc |
| RGB | rgb(151, 238, 220) |
| HSL | hsl(168, 72%, 76%) |
| CMYK | cmyk(37%, 0%, 8%, 7%) |
| LAB | lab(88.4 -30.2 0.4) |
| LCH | lch(88.4 30.2 179.2) |
| OKLCH | oklch(0.889 0.088 179.6) |
Copy-ready code
/* CSS */
color: #97eedc;
background-color: #97eedc;
/* Tailwind (arbitrary) */
class="text-[#97eedc] bg-[#97eedc]"
/* SCSS */
$brand: #97eedc;
/* SwiftUI */
Color(red: 0.592, green: 0.933, blue: 0.863)
/* Android */
Color.parseColor("#97eedc")Accessibility — WCAG contrast
Aa
#97eedc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97eedc on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green93.3%
Blue86.3%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow7.6%
Key (black)6.7%
Color previews
#97eedc text on a black background
contrast 15.58:1
Card sample
#97eedc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97eedc;
Background color
Panel with #97eedc background
background-color: #97eedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97eedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 238, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 238, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97eedc; background: linear-gradient(135deg, #97eedc, #97C6EE);