#97acbc
a light, soft blue · cool · closest name: silver
RGB
151, 172, 188
HSL
206°, 22%, 67%
CMYK
20, 9, 0, 26
Luminance
0.3972
Every format
| HEX | #97acbc |
| RGB | rgb(151, 172, 188) |
| HSL | hsl(206, 22%, 67%) |
| CMYK | cmyk(20%, 9%, 0%, 26%) |
| LAB | lab(69.3 -3.8 -10.6) |
| LCH | lch(69.3 11.3 250.3) |
| OKLCH | oklch(0.734 0.033 240.8) |
Copy-ready code
/* CSS */
color: #97acbc;
background-color: #97acbc;
/* Tailwind (arbitrary) */
class="text-[#97acbc] bg-[#97acbc]"
/* SCSS */
$brand: #97acbc;
/* SwiftUI */
Color(red: 0.592, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#97acbc")Accessibility — WCAG contrast
Aa
#97acbc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97acbc on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.5%
Blue73.7%
CMYK percentages
Cyan19.7%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#97acbc text on a black background
contrast 8.94:1
Card sample
#97acbc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97acbc;
Background color
Panel with #97acbc background
background-color: #97acbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97acbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97acbc; background: linear-gradient(135deg, #97acbc, #9B97BC);