#97b0cf
a light, soft blue · cool · closest name: skyblue
RGB
151, 176, 207
HSL
213°, 37%, 70%
CMYK
27, 15, 0, 19
Luminance
0.4213
Every format
| HEX | #97b0cf |
| RGB | rgb(151, 176, 207) |
| HSL | hsl(213, 37%, 70%) |
| CMYK | cmyk(27%, 15%, 0%, 19%) |
| LAB | lab(71.0 -1.6 -18.5) |
| LCH | lch(71.0 18.6 265.2) |
| OKLCH | oklch(0.749 0.053 254.0) |
Copy-ready code
/* CSS */
color: #97b0cf;
background-color: #97b0cf;
/* Tailwind (arbitrary) */
class="text-[#97b0cf] bg-[#97b0cf]"
/* SCSS */
$brand: #97b0cf;
/* SwiftUI */
Color(red: 0.592, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#97b0cf")Accessibility — WCAG contrast
Aa
#97b0cf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b0cf on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green69.0%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#97b0cf text on a black background
contrast 9.43:1
Card sample
#97b0cf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b0cf;
Background color
Panel with #97b0cf background
background-color: #97b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b0cf; background: linear-gradient(135deg, #97b0cf, #A397CF);