#97a2ab
a balanced, muted blue · cool · closest name: silver
RGB
151, 162, 171
HSL
207°, 11%, 63%
CMYK
12, 5, 0, 33
Luminance
0.3536
Every format
| HEX | #97a2ab |
| RGB | rgb(151, 162, 171) |
| HSL | hsl(207, 11%, 63%) |
| CMYK | cmyk(12%, 5%, 0%, 33%) |
| LAB | lab(66.0 -2.0 -6.0) |
| LCH | lch(66.0 6.3 251.3) |
| OKLCH | oklch(0.706 0.018 242.5) |
Copy-ready code
/* CSS */
color: #97a2ab;
background-color: #97a2ab;
/* Tailwind (arbitrary) */
class="text-[#97a2ab] bg-[#97a2ab]"
/* SCSS */
$brand: #97a2ab;
/* SwiftUI */
Color(red: 0.592, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#97a2ab")Accessibility — WCAG contrast
Aa
#97a2ab on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a2ab on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green63.5%
Blue67.1%
CMYK percentages
Cyan11.7%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#97a2ab text on a black background
contrast 8.07:1
Card sample
#97a2ab text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a2ab;
Background color
Panel with #97a2ab background
background-color: #97a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a2ab; background: linear-gradient(135deg, #97a2ab, #9997AB);