#97b2cb
a light, soft blue · cool · closest name: skyblue
RGB
151, 178, 203
HSL
209°, 33%, 69%
CMYK
26, 12, 0, 20
Luminance
0.4273
Every format
| HEX | #97b2cb |
| RGB | rgb(151, 178, 203) |
| HSL | hsl(209, 33%, 69%) |
| CMYK | cmyk(26%, 12%, 0%, 20%) |
| LAB | lab(71.4 -3.6 -15.7) |
| LCH | lch(71.4 16.1 257.1) |
| OKLCH | oklch(0.752 0.047 246.4) |
Copy-ready code
/* CSS */
color: #97b2cb;
background-color: #97b2cb;
/* Tailwind (arbitrary) */
class="text-[#97b2cb] bg-[#97b2cb]"
/* SCSS */
$brand: #97b2cb;
/* SwiftUI */
Color(red: 0.592, green: 0.698, blue: 0.796)
/* Android */
Color.parseColor("#97b2cb")Accessibility — WCAG contrast
Aa
#97b2cb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b2cb on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green69.8%
Blue79.6%
CMYK percentages
Cyan25.6%
Magenta12.3%
Yellow0.0%
Key (black)20.4%
Color previews
#97b2cb text on a black background
contrast 9.55:1
Card sample
#97b2cb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b2cb;
Background color
Panel with #97b2cb background
background-color: #97b2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 178, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 178, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b2cb; background: linear-gradient(135deg, #97b2cb, #9F97CB);