#97b9eb
a light, vivid blue · cool · closest name: skyblue
RGB
151, 185, 235
HSL
216°, 68%, 76%
CMYK
36, 21, 0, 8
Luminance
0.4728
Every format
| HEX | #97b9eb |
| RGB | rgb(151, 185, 235) |
| HSL | hsl(216, 68%, 76%) |
| CMYK | cmyk(36%, 21%, 0%, 8%) |
| LAB | lab(74.4 0.5 -28.6) |
| LCH | lch(74.4 28.6 271.0) |
| OKLCH | oklch(0.779 0.081 257.9) |
Copy-ready code
/* CSS */
color: #97b9eb;
background-color: #97b9eb;
/* Tailwind (arbitrary) */
class="text-[#97b9eb] bg-[#97b9eb]"
/* SCSS */
$brand: #97b9eb;
/* SwiftUI */
Color(red: 0.592, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#97b9eb")Accessibility — WCAG contrast
Aa
#97b9eb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b9eb on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.5%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta21.3%
Yellow0.0%
Key (black)7.8%
Color previews
#97b9eb text on a black background
contrast 10.46:1
Card sample
#97b9eb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b9eb;
Background color
Panel with #97b9eb background
background-color: #97b9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b9eb; background: linear-gradient(135deg, #97b9eb, #AD97EB);