#967373
a balanced, muted red · warm · closest name: gray
RGB
150, 115, 115
HSL
0°, 14%, 52%
CMYK
0, 23, 23, 41
Luminance
0.1998
Every format
| HEX | #967373 |
| RGB | rgb(150, 115, 115) |
| HSL | hsl(0, 14%, 52%) |
| CMYK | cmyk(0%, 23%, 23%, 41%) |
| LAB | lab(51.8 13.8 5.3) |
| LCH | lch(51.8 14.7 21.1) |
| OKLCH | oklch(0.590 0.044 18.5) |
Copy-ready code
/* CSS */
color: #967373;
background-color: #967373;
/* Tailwind (arbitrary) */
class="text-[#967373] bg-[#967373]"
/* SCSS */
$brand: #967373;
/* SwiftUI */
Color(red: 0.588, green: 0.451, blue: 0.451)
/* Android */
Color.parseColor("#967373")Accessibility — WCAG contrast
Aa
#967373 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#967373 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green45.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow23.3%
Key (black)41.2%
Color previews
#967373 text on a black background
contrast 5.00:1
Card sample
#967373 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #967373;
Background color
Panel with #967373 background
background-color: #967373;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #967373;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 115, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 115, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #967373; background: linear-gradient(135deg, #967373, #968A73);