#97fffc
a light, electric cyan · cool · closest name: cyan
RGB
151, 255, 252
HSL
178°, 100%, 80%
CMYK
41, 0, 1, 0
Luminance
0.8513
Every format
| HEX | #97fffc |
| RGB | rgb(151, 255, 252) |
| HSL | hsl(178, 100%, 80%) |
| CMYK | cmyk(41%, 0%, 1%, 0%) |
| LAB | lab(93.9 -30.9 -8.1) |
| LCH | lch(93.9 31.9 194.6) |
| OKLCH | oklch(0.936 0.097 193.2) |
Copy-ready code
/* CSS */
color: #97fffc;
background-color: #97fffc;
/* Tailwind (arbitrary) */
class="text-[#97fffc] bg-[#97fffc]"
/* SCSS */
$brand: #97fffc;
/* SwiftUI */
Color(red: 0.592, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#97fffc")Accessibility — WCAG contrast
Aa
#97fffc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fffc on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green100.0%
Blue98.8%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#97fffc text on a black background
contrast 18.03:1
Card sample
#97fffc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fffc;
Background color
Panel with #97fffc background
background-color: #97fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fffc; background: linear-gradient(135deg, #97fffc, #97BDFF);