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