#97eefd
a light, electric cyan · cool · closest name: skyblue
RGB
151, 238, 253
HSL
189°, 96%, 79%
CMYK
40, 6, 0, 1
Luminance
0.7482
Every format
| HEX | #97eefd |
| RGB | rgb(151, 238, 253) |
| HSL | hsl(189, 96%, 79%) |
| CMYK | cmyk(40%, 6%, 0%, 1%) |
| LAB | lab(89.3 -22.5 -15.5) |
| LCH | lch(89.3 27.3 214.6) |
| OKLCH | oklch(0.899 0.086 209.6) |
Copy-ready code
/* CSS */
color: #97eefd;
background-color: #97eefd;
/* Tailwind (arbitrary) */
class="text-[#97eefd] bg-[#97eefd]"
/* SCSS */
$brand: #97eefd;
/* SwiftUI */
Color(red: 0.592, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#97eefd")Accessibility — WCAG contrast
Aa
#97eefd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97eefd on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green93.3%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#97eefd text on a black background
contrast 15.96:1
Card sample
#97eefd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97eefd;
Background color
Panel with #97eefd background
background-color: #97eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97eefd; background: linear-gradient(135deg, #97eefd, #97AAFD);