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