#97fefe
a light, electric cyan · cool · closest name: cyan
RGB
151, 254, 254
HSL
180°, 98%, 79%
CMYK
41, 0, 0, 0
Luminance
0.8462
Every format
| HEX | #97fefe |
| RGB | rgb(151, 254, 254) |
| HSL | hsl(180, 98%, 79%) |
| CMYK | cmyk(41%, 0%, 0%, 0%) |
| LAB | lab(93.7 -30.0 -9.4) |
| LCH | lch(93.7 31.4 197.5) |
| OKLCH | oklch(0.935 0.096 195.6) |
Copy-ready code
/* CSS */
color: #97fefe;
background-color: #97fefe;
/* Tailwind (arbitrary) */
class="text-[#97fefe] bg-[#97fefe]"
/* SCSS */
$brand: #97fefe;
/* SwiftUI */
Color(red: 0.592, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#97fefe")Accessibility — WCAG contrast
Aa
#97fefe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fefe on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.6%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#97fefe text on a black background
contrast 17.92:1
Card sample
#97fefe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fefe;
Background color
Panel with #97fefe background
background-color: #97fefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fefe; background: linear-gradient(135deg, #97fefe, #97B9FE);