#976c5e
a balanced, soft red · warm · closest name: gray
RGB
151, 108, 94
HSL
15°, 23%, 48%
CMYK
0, 29, 38, 41
Luminance
0.1811
Every format
| HEX | #976c5e |
| RGB | rgb(151, 108, 94) |
| HSL | hsl(15, 23%, 48%) |
| CMYK | cmyk(0%, 29%, 38%, 41%) |
| LAB | lab(49.6 15.2 14.6) |
| LCH | lch(49.6 21.1 43.9) |
| OKLCH | oklch(0.572 0.059 38.8) |
Copy-ready code
/* CSS */
color: #976c5e;
background-color: #976c5e;
/* Tailwind (arbitrary) */
class="text-[#976c5e] bg-[#976c5e]"
/* SCSS */
$brand: #976c5e;
/* SwiftUI */
Color(red: 0.592, green: 0.424, blue: 0.369)
/* Android */
Color.parseColor("#976c5e")Accessibility — WCAG contrast
Aa
#976c5e on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#976c5e on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.4%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow37.7%
Key (black)40.8%
Color previews
#976c5e text on a black background
contrast 4.62:1
Card sample
#976c5e text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976c5e;
Background color
Panel with #976c5e background
background-color: #976c5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976c5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 108, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 108, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976c5e; background: linear-gradient(135deg, #976c5e, #97925E);