#8c797f
a balanced, muted gray · warm · closest name: gray
RGB
140, 121, 127
HSL
341°, 8%, 51%
CMYK
0, 14, 9, 45
Luminance
0.2078
Every format
| HEX | #8c797f |
| RGB | rgb(140, 121, 127) |
| HSL | hsl(341, 8%, 51%) |
| CMYK | cmyk(0%, 14%, 9%, 45%) |
| LAB | lab(52.7 8.4 -0.6) |
| LCH | lch(52.7 8.4 356.2) |
| OKLCH | oklch(0.596 0.025 356.8) |
Copy-ready code
/* CSS */
color: #8c797f;
background-color: #8c797f;
/* Tailwind (arbitrary) */
class="text-[#8c797f] bg-[#8c797f]"
/* SCSS */
$brand: #8c797f;
/* SwiftUI */
Color(red: 0.549, green: 0.475, blue: 0.498)
/* Android */
Color.parseColor("#8c797f")Accessibility — WCAG contrast
Aa
#8c797f on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c797f on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green47.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow9.3%
Key (black)45.1%
Color previews
#8c797f text on a black background
contrast 5.16:1
Card sample
#8c797f text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c797f;
Background color
Panel with #8c797f background
background-color: #8c797f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c797f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 121, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 121, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c797f; background: linear-gradient(135deg, #8c797f, #8C8079);