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