#97bceb
a light, vivid blue · cool · closest name: skyblue
RGB
151, 188, 235
HSL
214°, 68%, 76%
CMYK
36, 20, 0, 8
Luminance
0.4854
Every format
| HEX | #97bceb |
| RGB | rgb(151, 188, 235) |
| HSL | hsl(214, 68%, 76%) |
| CMYK | cmyk(36%, 20%, 0%, 8%) |
| LAB | lab(75.2 -1.1 -27.4) |
| LCH | lch(75.2 27.4 267.6) |
| OKLCH | oklch(0.785 0.078 254.6) |
Copy-ready code
/* CSS */
color: #97bceb;
background-color: #97bceb;
/* Tailwind (arbitrary) */
class="text-[#97bceb] bg-[#97bceb]"
/* SCSS */
$brand: #97bceb;
/* SwiftUI */
Color(red: 0.592, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#97bceb")Accessibility — WCAG contrast
Aa
#97bceb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bceb on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#97bceb text on a black background
contrast 10.71:1
Card sample
#97bceb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bceb;
Background color
Panel with #97bceb background
background-color: #97bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bceb; background: linear-gradient(135deg, #97bceb, #AA97EB);