#9c7c7b
a balanced, muted red · warm · closest name: gray
RGB
156, 124, 123
HSL
2°, 14%, 55%
CMYK
0, 21, 21, 39
Luminance
0.2291
Every format
| HEX | #9c7c7b |
| RGB | rgb(156, 124, 123) |
| HSL | hsl(2, 14%, 55%) |
| CMYK | cmyk(0%, 21%, 21%, 39%) |
| LAB | lab(55.0 12.2 5.3) |
| LCH | lch(55.0 13.3 23.3) |
| OKLCH | oklch(0.617 0.040 20.4) |
Copy-ready code
/* CSS */
color: #9c7c7b;
background-color: #9c7c7b;
/* Tailwind (arbitrary) */
class="text-[#9c7c7b] bg-[#9c7c7b]"
/* SCSS */
$brand: #9c7c7b;
/* SwiftUI */
Color(red: 0.612, green: 0.486, blue: 0.482)
/* Android */
Color.parseColor("#9c7c7b")Accessibility — WCAG contrast
Aa
#9c7c7b on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c7c7b on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green48.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow21.2%
Key (black)38.8%
Color previews
#9c7c7b text on a black background
contrast 5.58:1
Card sample
#9c7c7b text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c7c7b;
Background color
Panel with #9c7c7b background
background-color: #9c7c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c7c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 124, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 124, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c7c7b; background: linear-gradient(135deg, #9c7c7b, #9C927B);