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