#983721
a dark, vivid red · warm · closest name: sienna
RGB
152, 55, 33
HSL
11°, 64%, 36%
CMYK
0, 64, 78, 40
Luminance
0.0952
Every format
| HEX | #983721 |
| RGB | rgb(152, 55, 33) |
| HSL | hsl(11, 64%, 36%) |
| CMYK | cmyk(0%, 64%, 78%, 40%) |
| LAB | lab(37.0 39.4 34.4) |
| LCH | lch(37.0 52.3 41.1) |
| OKLCH | oklch(0.472 0.135 34.2) |
Copy-ready code
/* CSS */
color: #983721;
background-color: #983721;
/* Tailwind (arbitrary) */
class="text-[#983721] bg-[#983721]"
/* SCSS */
$brand: #983721;
/* SwiftUI */
Color(red: 0.596, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#983721")Accessibility — WCAG contrast
Aa
#983721 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#983721 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow78.3%
Key (black)40.4%
Color previews
#983721 text on a black background
contrast 2.90:1
Card sample
#983721 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983721;
Background color
Panel with #983721 background
background-color: #983721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983721; background: linear-gradient(135deg, #983721, #988621);