#97decf
a light, vivid cyan · cool · closest name: turquoise
RGB
151, 222, 207
HSL
167°, 52%, 73%
CMYK
32, 0, 7, 13
Luminance
0.6333
Every format
| HEX | #97decf |
| RGB | rgb(151, 222, 207) |
| HSL | hsl(167, 52%, 73%) |
| CMYK | cmyk(32%, 0%, 7%, 13%) |
| LAB | lab(83.6 -25.4 0.3) |
| LCH | lch(83.6 25.4 179.3) |
| OKLCH | oklch(0.849 0.074 179.7) |
Copy-ready code
/* CSS */
color: #97decf;
background-color: #97decf;
/* Tailwind (arbitrary) */
class="text-[#97decf] bg-[#97decf]"
/* SCSS */
$brand: #97decf;
/* SwiftUI */
Color(red: 0.592, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#97decf")Accessibility — WCAG contrast
Aa
#97decf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97decf on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#97decf text on a black background
contrast 13.67:1
Card sample
#97decf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97decf;
Background color
Panel with #97decf background
background-color: #97decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97decf; background: linear-gradient(135deg, #97decf, #97BEDE);