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