#9da5ab
a balanced, muted gray · cool · closest name: silver
RGB
157, 165, 171
HSL
206°, 8%, 64%
CMYK
8, 4, 0, 33
Luminance
0.3702
Every format
| HEX | #9da5ab |
| RGB | rgb(157, 165, 171) |
| HSL | hsl(206, 8%, 64%) |
| CMYK | cmyk(8%, 4%, 0%, 33%) |
| LAB | lab(67.3 -1.6 -4.1) |
| LCH | lch(67.3 4.4 248.2) |
| OKLCH | oklch(0.717 0.013 240.0) |
Copy-ready code
/* CSS */
color: #9da5ab;
background-color: #9da5ab;
/* Tailwind (arbitrary) */
class="text-[#9da5ab] bg-[#9da5ab]"
/* SCSS */
$brand: #9da5ab;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.671)
/* Android */
Color.parseColor("#9da5ab")Accessibility — WCAG contrast
Aa
#9da5ab on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da5ab on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue67.1%
CMYK percentages
Cyan8.2%
Magenta3.5%
Yellow0.0%
Key (black)32.9%
Color previews
#9da5ab text on a black background
contrast 8.40:1
Card sample
#9da5ab text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da5ab;
Background color
Panel with #9da5ab background
background-color: #9da5ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da5ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da5ab; background: linear-gradient(135deg, #9da5ab, #9E9DAB);