#8c737b
a balanced, muted magenta / pink · warm · closest name: gray
RGB
140, 115, 123
HSL
341°, 10%, 50%
CMYK
0, 18, 12, 45
Luminance
0.1927
Every format
| HEX | #8c737b |
| RGB | rgb(140, 115, 123) |
| HSL | hsl(341, 10%, 50%) |
| CMYK | cmyk(0%, 18%, 12%, 45%) |
| LAB | lab(51.0 11.2 -0.7) |
| LCH | lch(51.0 11.2 356.3) |
| OKLCH | oklch(0.582 0.033 357.0) |
Copy-ready code
/* CSS */
color: #8c737b;
background-color: #8c737b;
/* Tailwind (arbitrary) */
class="text-[#8c737b] bg-[#8c737b]"
/* SCSS */
$brand: #8c737b;
/* SwiftUI */
Color(red: 0.549, green: 0.451, blue: 0.482)
/* Android */
Color.parseColor("#8c737b")Accessibility — WCAG contrast
Aa
#8c737b on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c737b on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green45.1%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow12.1%
Key (black)45.1%
Color previews
#8c737b text on a black background
contrast 4.85:1
Card sample
#8c737b text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c737b;
Background color
Panel with #8c737b background
background-color: #8c737b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c737b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 115, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 115, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c737b; background: linear-gradient(135deg, #8c737b, #8C7C73);