#97fceb
a light, electric cyan · cool · closest name: turquoise
RGB
151, 252, 235
HSL
170°, 94%, 79%
CMYK
40, 0, 7, 1
Luminance
0.8220
Every format
| HEX | #97fceb |
| RGB | rgb(151, 252, 235) |
| HSL | hsl(170, 94%, 79%) |
| CMYK | cmyk(40%, 0%, 7%, 1%) |
| LAB | lab(92.7 -33.4 -1.1) |
| LCH | lch(92.7 33.4 182.0) |
| OKLCH | oklch(0.924 0.098 182.1) |
Copy-ready code
/* CSS */
color: #97fceb;
background-color: #97fceb;
/* Tailwind (arbitrary) */
class="text-[#97fceb] bg-[#97fceb]"
/* SCSS */
$brand: #97fceb;
/* SwiftUI */
Color(red: 0.592, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#97fceb")Accessibility — WCAG contrast
Aa
#97fceb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fceb on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#97fceb text on a black background
contrast 17.44:1
Card sample
#97fceb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fceb;
Background color
Panel with #97fceb background
background-color: #97fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fceb; background: linear-gradient(135deg, #97fceb, #97CAFC);