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