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