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