#97baee
a light, vivid blue · cool · closest name: skyblue
RGB
151, 186, 238
HSL
216°, 72%, 76%
CMYK
37, 22, 0, 7
Luminance
0.4787
Every format
| HEX | #97baee |
| RGB | rgb(151, 186, 238) |
| HSL | hsl(216, 72%, 76%) |
| CMYK | cmyk(37%, 22%, 0%, 7%) |
| LAB | lab(74.7 0.7 -29.6) |
| LCH | lch(74.7 29.6 271.4) |
| OKLCH | oklch(0.782 0.084 258.1) |
Copy-ready code
/* CSS */
color: #97baee;
background-color: #97baee;
/* Tailwind (arbitrary) */
class="text-[#97baee] bg-[#97baee]"
/* SCSS */
$brand: #97baee;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#97baee")Accessibility — WCAG contrast
Aa
#97baee on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97baee on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#97baee text on a black background
contrast 10.57:1
Card sample
#97baee text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97baee;
Background color
Panel with #97baee background
background-color: #97baee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97baee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97baee; background: linear-gradient(135deg, #97baee, #AE97EE);