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