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