#916c7f
a balanced, muted magenta / pink · warm · closest name: gray
RGB
145, 108, 127
HSL
329°, 15%, 50%
CMYK
0, 26, 12, 43
Luminance
0.1828
Every format
| HEX | #916c7f |
| RGB | rgb(145, 108, 127) |
| HSL | hsl(329, 15%, 50%) |
| CMYK | cmyk(0%, 26%, 12%, 43%) |
| LAB | lab(49.8 17.9 -4.7) |
| LCH | lch(49.8 18.5 345.2) |
| OKLCH | oklch(0.574 0.054 346.7) |
Copy-ready code
/* CSS */
color: #916c7f;
background-color: #916c7f;
/* Tailwind (arbitrary) */
class="text-[#916c7f] bg-[#916c7f]"
/* SCSS */
$brand: #916c7f;
/* SwiftUI */
Color(red: 0.569, green: 0.424, blue: 0.498)
/* Android */
Color.parseColor("#916c7f")Accessibility — WCAG contrast
Aa
#916c7f on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#916c7f on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green42.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow12.4%
Key (black)43.1%
Color previews
#916c7f text on a black background
contrast 4.66:1
Card sample
#916c7f text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #916c7f;
Background color
Panel with #916c7f background
background-color: #916c7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #916c7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 108, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 108, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #916c7f; background: linear-gradient(135deg, #916c7f, #91726C);