#97baf0
a light, vivid blue · cool · closest name: skyblue
RGB
151, 186, 240
HSL
216°, 75%, 77%
CMYK
37, 23, 0, 6
Luminance
0.4799
Every format
| HEX | #97baf0 |
| RGB | rgb(151, 186, 240) |
| HSL | hsl(216, 75%, 77%) |
| CMYK | cmyk(37%, 23%, 0%, 6%) |
| LAB | lab(74.8 1.2 -30.6) |
| LCH | lch(74.8 30.6 272.3) |
| OKLCH | oklch(0.783 0.086 258.9) |
Copy-ready code
/* CSS */
color: #97baf0;
background-color: #97baf0;
/* Tailwind (arbitrary) */
class="text-[#97baf0] bg-[#97baf0]"
/* SCSS */
$brand: #97baf0;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.941)
/* Android */
Color.parseColor("#97baf0")Accessibility — WCAG contrast
Aa
#97baf0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97baf0 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue94.1%
CMYK percentages
Cyan37.1%
Magenta22.5%
Yellow0.0%
Key (black)5.9%
Color previews
#97baf0 text on a black background
contrast 10.60:1
Card sample
#97baf0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97baf0;
Background color
Panel with #97baf0 background
background-color: #97baf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97baf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97baf0; background: linear-gradient(135deg, #97baf0, #AF97F0);