#97bdf1
a light, electric blue · cool · closest name: skyblue
RGB
151, 189, 241
HSL
215°, 76%, 77%
CMYK
37, 22, 0, 6
Luminance
0.4933
Every format
| HEX | #97bdf1 |
| RGB | rgb(151, 189, 241) |
| HSL | hsl(215, 76%, 77%) |
| CMYK | cmyk(37%, 22%, 0%, 6%) |
| LAB | lab(75.7 -0.1 -29.9) |
| LCH | lch(75.7 29.9 269.8) |
| OKLCH | oklch(0.790 0.085 256.3) |
Copy-ready code
/* CSS */
color: #97bdf1;
background-color: #97bdf1;
/* Tailwind (arbitrary) */
class="text-[#97bdf1] bg-[#97bdf1]"
/* SCSS */
$brand: #97bdf1;
/* SwiftUI */
Color(red: 0.592, green: 0.741, blue: 0.945)
/* Android */
Color.parseColor("#97bdf1")Accessibility — WCAG contrast
Aa
#97bdf1 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bdf1 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green74.1%
Blue94.5%
CMYK percentages
Cyan37.3%
Magenta21.6%
Yellow0.0%
Key (black)5.5%
Color previews
#97bdf1 text on a black background
contrast 10.87:1
Card sample
#97bdf1 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bdf1;
Background color
Panel with #97bdf1 background
background-color: #97bdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 189, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 189, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bdf1; background: linear-gradient(135deg, #97bdf1, #AD97F1);