#97a2ba
a light, soft blue · cool · closest name: silver
RGB
151, 162, 186
HSL
221°, 20%, 66%
CMYK
19, 13, 0, 27
Luminance
0.3597
Every format
| HEX | #97a2ba |
| RGB | rgb(151, 162, 186) |
| HSL | hsl(221, 20%, 66%) |
| CMYK | cmyk(19%, 13%, 0%, 27%) |
| LAB | lab(66.5 1.3 -13.7) |
| LCH | lch(66.5 13.7 275.2) |
| OKLCH | oklch(0.712 0.037 265.9) |
Copy-ready code
/* CSS */
color: #97a2ba;
background-color: #97a2ba;
/* Tailwind (arbitrary) */
class="text-[#97a2ba] bg-[#97a2ba]"
/* SCSS */
$brand: #97a2ba;
/* SwiftUI */
Color(red: 0.592, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#97a2ba")Accessibility — WCAG contrast
Aa
#97a2ba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a2ba on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green63.5%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta12.9%
Yellow0.0%
Key (black)27.1%
Color previews
#97a2ba text on a black background
contrast 8.19:1
Card sample
#97a2ba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a2ba;
Background color
Panel with #97a2ba background
background-color: #97a2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a2ba; background: linear-gradient(135deg, #97a2ba, #A397BA);