#9da0af
a light, muted blue · warm · closest name: silver
RGB
157, 160, 175
HSL
230°, 10%, 65%
CMYK
10, 9, 0, 31
Luminance
0.3540
Every format
| HEX | #9da0af |
| RGB | rgb(157, 160, 175) |
| HSL | hsl(230, 10%, 65%) |
| CMYK | cmyk(10%, 9%, 0%, 31%) |
| LAB | lab(66.1 1.9 -8.1) |
| LCH | lch(66.1 8.4 283.5) |
| OKLCH | oklch(0.708 0.022 276.8) |
Copy-ready code
/* CSS */
color: #9da0af;
background-color: #9da0af;
/* Tailwind (arbitrary) */
class="text-[#9da0af] bg-[#9da0af]"
/* SCSS */
$brand: #9da0af;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#9da0af")Accessibility — WCAG contrast
Aa
#9da0af on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da0af on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue68.6%
CMYK percentages
Cyan10.3%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#9da0af text on a black background
contrast 8.08:1
Card sample
#9da0af text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da0af;
Background color
Panel with #9da0af background
background-color: #9da0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da0af; background: linear-gradient(135deg, #9da0af, #A69DAF);