#9c7b85
a balanced, muted magenta / pink · warm · closest name: gray
RGB
156, 123, 133
HSL
342°, 14%, 55%
CMYK
0, 21, 15, 39
Luminance
0.2293
Every format
| HEX | #9c7b85 |
| RGB | rgb(156, 123, 133) |
| HSL | hsl(342, 14%, 55%) |
| CMYK | cmyk(0%, 21%, 15%, 39%) |
| LAB | lab(55.0 14.4 -0.5) |
| LCH | lch(55.0 14.5 357.9) |
| OKLCH | oklch(0.618 0.043 358.4) |
Copy-ready code
/* CSS */
color: #9c7b85;
background-color: #9c7b85;
/* Tailwind (arbitrary) */
class="text-[#9c7b85] bg-[#9c7b85]"
/* SCSS */
$brand: #9c7b85;
/* SwiftUI */
Color(red: 0.612, green: 0.482, blue: 0.522)
/* Android */
Color.parseColor("#9c7b85")Accessibility — WCAG contrast
Aa
#9c7b85 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c7b85 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green48.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow14.7%
Key (black)38.8%
Color previews
#9c7b85 text on a black background
contrast 5.59:1
Card sample
#9c7b85 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c7b85;
Background color
Panel with #9c7b85 background
background-color: #9c7b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c7b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 123, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 123, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c7b85; background: linear-gradient(135deg, #9c7b85, #9C877B);