#9da2ab
a balanced, muted gray · cool · closest name: silver
RGB
157, 162, 171
HSL
219°, 8%, 64%
CMYK
8, 5, 0, 33
Luminance
0.3595
Every format
| HEX | #9da2ab |
| RGB | rgb(157, 162, 171) |
| HSL | hsl(219, 8%, 64%) |
| CMYK | cmyk(8%, 5%, 0%, 33%) |
| LAB | lab(66.5 0.0 -5.3) |
| LCH | lch(66.5 5.3 270.2) |
| OKLCH | oklch(0.711 0.014 262.4) |
Copy-ready code
/* CSS */
color: #9da2ab;
background-color: #9da2ab;
/* Tailwind (arbitrary) */
class="text-[#9da2ab] bg-[#9da2ab]"
/* SCSS */
$brand: #9da2ab;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#9da2ab")Accessibility — WCAG contrast
Aa
#9da2ab on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da2ab on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue67.1%
CMYK percentages
Cyan8.2%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#9da2ab text on a black background
contrast 8.19:1
Card sample
#9da2ab text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da2ab;
Background color
Panel with #9da2ab background
background-color: #9da2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da2ab; background: linear-gradient(135deg, #9da2ab, #A19DAB);