#973521
a dark, vivid red · warm · closest name: sienna
RGB
151, 53, 33
HSL
10°, 64%, 36%
CMYK
0, 65, 78, 41
Luminance
0.0924
Every format
| HEX | #973521 |
| RGB | rgb(151, 53, 33) |
| HSL | hsl(10, 64%, 36%) |
| CMYK | cmyk(0%, 65%, 78%, 41%) |
| LAB | lab(36.4 40.0 33.8) |
| LCH | lch(36.4 52.4 40.2) |
| OKLCH | oklch(0.467 0.136 33.4) |
Copy-ready code
/* CSS */
color: #973521;
background-color: #973521;
/* Tailwind (arbitrary) */
class="text-[#973521] bg-[#973521]"
/* SCSS */
$brand: #973521;
/* SwiftUI */
Color(red: 0.592, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#973521")Accessibility — WCAG contrast
Aa
#973521 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#973521 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow78.1%
Key (black)40.8%
Color previews
#973521 text on a black background
contrast 2.85:1
Card sample
#973521 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973521;
Background color
Panel with #973521 background
background-color: #973521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973521; background: linear-gradient(135deg, #973521, #978421);