#9daba9
a balanced, muted gray · cool · closest name: silver
RGB
157, 171, 169
HSL
171°, 8%, 64%
CMYK
8, 0, 1, 33
Luminance
0.3916
Every format
| HEX | #9daba9 |
| RGB | rgb(157, 171, 169) |
| HSL | hsl(171, 8%, 64%) |
| CMYK | cmyk(8%, 0%, 1%, 33%) |
| LAB | lab(68.9 -5.3 -0.7) |
| LCH | lch(68.9 5.3 187.0) |
| OKLCH | oklch(0.730 0.016 186.5) |
Copy-ready code
/* CSS */
color: #9daba9;
background-color: #9daba9;
/* Tailwind (arbitrary) */
class="text-[#9daba9] bg-[#9daba9]"
/* SCSS */
$brand: #9daba9;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.663)
/* Android */
Color.parseColor("#9daba9")Accessibility — WCAG contrast
Aa
#9daba9 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daba9 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue66.3%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow1.2%
Key (black)32.9%
Color previews
#9daba9 text on a black background
contrast 8.83:1
Card sample
#9daba9 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daba9;
Background color
Panel with #9daba9 background
background-color: #9daba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daba9; background: linear-gradient(135deg, #9daba9, #9DA4AB);