#97fef7
a light, electric cyan · cool · closest name: turquoise
RGB
151, 254, 247
HSL
176°, 98%, 79%
CMYK
41, 0, 3, 0
Luminance
0.8418
Every format
| HEX | #97fef7 |
| RGB | rgb(151, 254, 247) |
| HSL | hsl(176, 98%, 79%) |
| CMYK | cmyk(41%, 0%, 3%, 0%) |
| LAB | lab(93.5 -31.6 -6.1) |
| LCH | lch(93.5 32.2 190.9) |
| OKLCH | oklch(0.932 0.097 190.0) |
Copy-ready code
/* CSS */
color: #97fef7;
background-color: #97fef7;
/* Tailwind (arbitrary) */
class="text-[#97fef7] bg-[#97fef7]"
/* SCSS */
$brand: #97fef7;
/* SwiftUI */
Color(red: 0.592, green: 0.996, blue: 0.969)
/* Android */
Color.parseColor("#97fef7")Accessibility — WCAG contrast
Aa
#97fef7 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fef7 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.6%
Blue96.9%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow2.8%
Key (black)0.4%
Color previews
#97fef7 text on a black background
contrast 17.84:1
Card sample
#97fef7 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fef7;
Background color
Panel with #97fef7 background
background-color: #97fef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 254, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 254, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fef7; background: linear-gradient(135deg, #97fef7, #97C0FE);