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