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