#9da3ae
a balanced, muted blue · cool · closest name: silver
RGB
157, 163, 174
HSL
219°, 10%, 65%
CMYK
10, 6, 0, 32
Luminance
0.3642
Every format
| HEX | #9da3ae |
| RGB | rgb(157, 163, 174) |
| HSL | hsl(219, 10%, 65%) |
| CMYK | cmyk(10%, 6%, 0%, 32%) |
| LAB | lab(66.8 0.1 -6.4) |
| LCH | lch(66.8 6.4 270.8) |
| OKLCH | oklch(0.714 0.017 262.7) |
Copy-ready code
/* CSS */
color: #9da3ae;
background-color: #9da3ae;
/* Tailwind (arbitrary) */
class="text-[#9da3ae] bg-[#9da3ae]"
/* SCSS */
$brand: #9da3ae;
/* SwiftUI */
Color(red: 0.616, green: 0.639, blue: 0.682)
/* Android */
Color.parseColor("#9da3ae")Accessibility — WCAG contrast
Aa
#9da3ae on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da3ae on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.9%
Blue68.2%
CMYK percentages
Cyan9.8%
Magenta6.3%
Yellow0.0%
Key (black)31.8%
Color previews
#9da3ae text on a black background
contrast 8.28:1
Card sample
#9da3ae text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da3ae;
Background color
Panel with #9da3ae background
background-color: #9da3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 163, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 163, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da3ae; background: linear-gradient(135deg, #9da3ae, #A29DAE);