#8c797c
a balanced, muted gray · warm · closest name: gray
RGB
140, 121, 124
HSL
351°, 8%, 51%
CMYK
0, 14, 11, 45
Luminance
0.2071
Every format
| HEX | #8c797c |
| RGB | rgb(140, 121, 124) |
| HSL | hsl(351, 8%, 51%) |
| CMYK | cmyk(0%, 14%, 11%, 45%) |
| LAB | lab(52.6 7.9 1.1) |
| LCH | lch(52.6 7.9 7.8) |
| OKLCH | oklch(0.595 0.024 7.1) |
Copy-ready code
/* CSS */
color: #8c797c;
background-color: #8c797c;
/* Tailwind (arbitrary) */
class="text-[#8c797c] bg-[#8c797c]"
/* SCSS */
$brand: #8c797c;
/* SwiftUI */
Color(red: 0.549, green: 0.475, blue: 0.486)
/* Android */
Color.parseColor("#8c797c")Accessibility — WCAG contrast
Aa
#8c797c on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c797c on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green47.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow11.4%
Key (black)45.1%
Color previews
#8c797c text on a black background
contrast 5.14:1
Card sample
#8c797c text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c797c;
Background color
Panel with #8c797c background
background-color: #8c797c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c797c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 121, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 121, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c797c; background: linear-gradient(135deg, #8c797c, #8C8379);