#9da5ae
a balanced, muted blue · cool · closest name: silver
RGB
157, 165, 174
HSL
212°, 10%, 65%
CMYK
10, 5, 0, 32
Luminance
0.3713
Every format
| HEX | #9da5ae |
| RGB | rgb(157, 165, 174) |
| HSL | hsl(212, 10%, 65%) |
| CMYK | cmyk(10%, 5%, 0%, 32%) |
| LAB | lab(67.4 -1.0 -5.6) |
| LCH | lch(67.4 5.7 259.8) |
| OKLCH | oklch(0.718 0.016 251.2) |
Copy-ready code
/* CSS */
color: #9da5ae;
background-color: #9da5ae;
/* Tailwind (arbitrary) */
class="text-[#9da5ae] bg-[#9da5ae]"
/* SCSS */
$brand: #9da5ae;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.682)
/* Android */
Color.parseColor("#9da5ae")Accessibility — WCAG contrast
Aa
#9da5ae on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da5ae on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue68.2%
CMYK percentages
Cyan9.8%
Magenta5.2%
Yellow0.0%
Key (black)31.8%
Color previews
#9da5ae text on a black background
contrast 8.43:1
Card sample
#9da5ae text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da5ae;
Background color
Panel with #9da5ae background
background-color: #9da5ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da5ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da5ae; background: linear-gradient(135deg, #9da5ae, #A09DAE);