#9da0a0
a balanced, muted gray · cool · closest name: gray
RGB
157, 160, 160
HSL
180°, 2%, 62%
CMYK
2, 0, 0, 37
Luminance
0.3485
Every format
| HEX | #9da0a0 |
| RGB | rgb(157, 160, 160) |
| HSL | hsl(180, 2%, 62%) |
| CMYK | cmyk(2%, 0%, 0%, 37%) |
| LAB | lab(65.6 -1.1 -0.4) |
| LCH | lch(65.6 1.1 199.6) |
| OKLCH | oklch(0.703 0.004 197.1) |
Copy-ready code
/* CSS */
color: #9da0a0;
background-color: #9da0a0;
/* Tailwind (arbitrary) */
class="text-[#9da0a0] bg-[#9da0a0]"
/* SCSS */
$brand: #9da0a0;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.627)
/* Android */
Color.parseColor("#9da0a0")Accessibility — WCAG contrast
Aa
#9da0a0 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da0a0 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue62.7%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow0.0%
Key (black)37.3%
Color previews
#9da0a0 text on a black background
contrast 7.97:1
Card sample
#9da0a0 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da0a0;
Background color
Panel with #9da0a0 background
background-color: #9da0a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da0a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da0a0; background: linear-gradient(135deg, #9da0a0, #9D9EA0);