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