#9da9ae
a balanced, muted cyan · cool · closest name: silver
RGB
157, 169, 174
HSL
198°, 10%, 65%
CMYK
10, 3, 0, 32
Luminance
0.3860
Every format
| HEX | #9da9ae |
| RGB | rgb(157, 169, 174) |
| HSL | hsl(198, 10%, 65%) |
| CMYK | cmyk(10%, 3%, 0%, 32%) |
| LAB | lab(68.5 -3.2 -4.0) |
| LCH | lch(68.5 5.1 231.6) |
| OKLCH | oklch(0.727 0.015 224.6) |
Copy-ready code
/* CSS */
color: #9da9ae;
background-color: #9da9ae;
/* Tailwind (arbitrary) */
class="text-[#9da9ae] bg-[#9da9ae]"
/* SCSS */
$brand: #9da9ae;
/* SwiftUI */
Color(red: 0.616, green: 0.663, blue: 0.682)
/* Android */
Color.parseColor("#9da9ae")Accessibility — WCAG contrast
Aa
#9da9ae on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da9ae on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green66.3%
Blue68.2%
CMYK percentages
Cyan9.8%
Magenta2.9%
Yellow0.0%
Key (black)31.8%
Color previews
#9da9ae text on a black background
contrast 8.72:1
Card sample
#9da9ae text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da9ae;
Background color
Panel with #9da9ae background
background-color: #9da9ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da9ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 169, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 169, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da9ae; background: linear-gradient(135deg, #9da9ae, #9D9EAE);