#97fcfd
a light, electric cyan · cool · closest name: cyan
RGB
151, 252, 253
HSL
181°, 96%, 79%
CMYK
40, 0, 0, 1
Luminance
0.8329
Every format
| HEX | #97fcfd |
| RGB | rgb(151, 252, 253) |
| HSL | hsl(181, 96%, 79%) |
| CMYK | cmyk(40%, 0%, 0%, 1%) |
| LAB | lab(93.1 -29.3 -9.8) |
| LCH | lch(93.1 30.8 198.5) |
| OKLCH | oklch(0.930 0.095 196.5) |
Copy-ready code
/* CSS */
color: #97fcfd;
background-color: #97fcfd;
/* Tailwind (arbitrary) */
class="text-[#97fcfd] bg-[#97fcfd]"
/* SCSS */
$brand: #97fcfd;
/* SwiftUI */
Color(red: 0.592, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#97fcfd")Accessibility — WCAG contrast
Aa
#97fcfd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fcfd on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#97fcfd text on a black background
contrast 17.66:1
Card sample
#97fcfd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fcfd;
Background color
Panel with #97fcfd background
background-color: #97fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fcfd; background: linear-gradient(135deg, #97fcfd, #97B8FD);