#97baf6
a light, electric blue · cool · closest name: skyblue
RGB
151, 186, 246
HSL
218°, 84%, 78%
CMYK
39, 24, 0, 4
Luminance
0.4835
Every format
| HEX | #97baf6 |
| RGB | rgb(151, 186, 246) |
| HSL | hsl(218, 84%, 78%) |
| CMYK | cmyk(39%, 24%, 0%, 4%) |
| LAB | lab(75.0 2.8 -33.5) |
| LCH | lch(75.0 33.6 274.8) |
| OKLCH | oklch(0.786 0.094 261.0) |
Copy-ready code
/* CSS */
color: #97baf6;
background-color: #97baf6;
/* Tailwind (arbitrary) */
class="text-[#97baf6] bg-[#97baf6]"
/* SCSS */
$brand: #97baf6;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#97baf6")Accessibility — WCAG contrast
Aa
#97baf6 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97baf6 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue96.5%
CMYK percentages
Cyan38.6%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#97baf6 text on a black background
contrast 10.67:1
Card sample
#97baf6 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97baf6;
Background color
Panel with #97baf6 background
background-color: #97baf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97baf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97baf6; background: linear-gradient(135deg, #97baf6, #B397F6);