#97bdfb
a light, electric blue · cool · closest name: skyblue
RGB
151, 189, 251
HSL
217°, 93%, 79%
CMYK
40, 25, 0, 2
Luminance
0.4994
Every format
| HEX | #97bdfb |
| RGB | rgb(151, 189, 251) |
| HSL | hsl(217, 93%, 79%) |
| CMYK | cmyk(40%, 25%, 0%, 2%) |
| LAB | lab(76.0 2.5 -34.6) |
| LCH | lch(76.0 34.7 274.1) |
| OKLCH | oklch(0.794 0.098 260.0) |
Copy-ready code
/* CSS */
color: #97bdfb;
background-color: #97bdfb;
/* Tailwind (arbitrary) */
class="text-[#97bdfb] bg-[#97bdfb]"
/* SCSS */
$brand: #97bdfb;
/* SwiftUI */
Color(red: 0.592, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#97bdfb")Accessibility — WCAG contrast
Aa
#97bdfb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bdfb on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan39.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#97bdfb text on a black background
contrast 10.99:1
Card sample
#97bdfb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bdfb;
Background color
Panel with #97bdfb background
background-color: #97bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bdfb; background: linear-gradient(135deg, #97bdfb, #B497FB);