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