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