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