#97b0ce
a light, soft blue · cool · closest name: skyblue
RGB
151, 176, 206
HSL
213°, 36%, 70%
CMYK
27, 15, 0, 19
Luminance
0.4209
Every format
| HEX | #97b0ce |
| RGB | rgb(151, 176, 206) |
| HSL | hsl(213, 36%, 70%) |
| CMYK | cmyk(27%, 15%, 0%, 19%) |
| LAB | lab(70.9 -1.8 -18.0) |
| LCH | lch(70.9 18.1 264.3) |
| OKLCH | oklch(0.749 0.051 253.2) |
Copy-ready code
/* CSS */
color: #97b0ce;
background-color: #97b0ce;
/* Tailwind (arbitrary) */
class="text-[#97b0ce] bg-[#97b0ce]"
/* SCSS */
$brand: #97b0ce;
/* SwiftUI */
Color(red: 0.592, green: 0.690, blue: 0.808)
/* Android */
Color.parseColor("#97b0ce")Accessibility — WCAG contrast
Aa
#97b0ce on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b0ce on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green69.0%
Blue80.8%
CMYK percentages
Cyan26.7%
Magenta14.6%
Yellow0.0%
Key (black)19.2%
Color previews
#97b0ce text on a black background
contrast 9.42:1
Card sample
#97b0ce text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b0ce;
Background color
Panel with #97b0ce background
background-color: #97b0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 176, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 176, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b0ce; background: linear-gradient(135deg, #97b0ce, #A397CE);