#9da6af
a light, muted blue · cool · closest name: silver
RGB
157, 166, 175
HSL
210°, 10%, 65%
CMYK
10, 5, 0, 31
Luminance
0.3754
Every format
| HEX | #9da6af |
| RGB | rgb(157, 166, 175) |
| HSL | hsl(210, 10%, 65%) |
| CMYK | cmyk(10%, 5%, 0%, 31%) |
| LAB | lab(67.7 -1.4 -5.7) |
| LCH | lch(67.7 5.9 256.7) |
| OKLCH | oklch(0.721 0.017 248.1) |
Copy-ready code
/* CSS */
color: #9da6af;
background-color: #9da6af;
/* Tailwind (arbitrary) */
class="text-[#9da6af] bg-[#9da6af]"
/* SCSS */
$brand: #9da6af;
/* SwiftUI */
Color(red: 0.616, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#9da6af")Accessibility — WCAG contrast
Aa
#9da6af on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da6af on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.1%
Blue68.6%
CMYK percentages
Cyan10.3%
Magenta5.1%
Yellow0.0%
Key (black)31.4%
Color previews
#9da6af text on a black background
contrast 8.51:1
Card sample
#9da6af text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da6af;
Background color
Panel with #9da6af background
background-color: #9da6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da6af; background: linear-gradient(135deg, #9da6af, #A09DAF);