#9da7ad
a balanced, muted blue · cool · closest name: silver
RGB
157, 167, 173
HSL
203°, 9%, 65%
CMYK
9, 4, 0, 32
Luminance
0.3782
Every format
| HEX | #9da7ad |
| RGB | rgb(157, 167, 173) |
| HSL | hsl(203, 9%, 65%) |
| CMYK | cmyk(9%, 4%, 0%, 32%) |
| LAB | lab(67.9 -2.3 -4.3) |
| LCH | lch(67.9 4.9 241.8) |
| OKLCH | oklch(0.722 0.014 233.8) |
Copy-ready code
/* CSS */
color: #9da7ad;
background-color: #9da7ad;
/* Tailwind (arbitrary) */
class="text-[#9da7ad] bg-[#9da7ad]"
/* SCSS */
$brand: #9da7ad;
/* SwiftUI */
Color(red: 0.616, green: 0.655, blue: 0.678)
/* Android */
Color.parseColor("#9da7ad")Accessibility — WCAG contrast
Aa
#9da7ad on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da7ad on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.5%
Blue67.8%
CMYK percentages
Cyan9.2%
Magenta3.5%
Yellow0.0%
Key (black)32.2%
Color previews
#9da7ad text on a black background
contrast 8.56:1
Card sample
#9da7ad text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da7ad;
Background color
Panel with #9da7ad background
background-color: #9da7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 167, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 167, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da7ad; background: linear-gradient(135deg, #9da7ad, #9E9DAD);