#974635
a dark, vivid red · warm · closest name: sienna
RGB
151, 70, 53
HSL
10°, 48%, 40%
CMYK
0, 54, 65, 41
Luminance
0.1122
Every format
| HEX | #974635 |
| RGB | rgb(151, 70, 53) |
| HSL | hsl(10, 48%, 40%) |
| CMYK | cmyk(0%, 54%, 65%, 41%) |
| LAB | lab(40.0 32.6 26.2) |
| LCH | lch(40.0 41.8 38.8) |
| OKLCH | oklch(0.495 0.113 33.3) |
Copy-ready code
/* CSS */
color: #974635;
background-color: #974635;
/* Tailwind (arbitrary) */
class="text-[#974635] bg-[#974635]"
/* SCSS */
$brand: #974635;
/* SwiftUI */
Color(red: 0.592, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#974635")Accessibility — WCAG contrast
Aa
#974635 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974635 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow64.9%
Key (black)40.8%
Color previews
#974635 text on a black background
contrast 3.24:1
Card sample
#974635 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974635;
Background color
Panel with #974635 background
background-color: #974635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974635; background: linear-gradient(135deg, #974635, #978735);