#984a21
a dark, vivid orange · warm · closest name: sienna
RGB
152, 74, 33
HSL
21°, 64%, 36%
CMYK
0, 51, 78, 40
Luminance
0.1168
Every format
| HEX | #984a21 |
| RGB | rgb(152, 74, 33) |
| HSL | hsl(21, 64%, 36%) |
| CMYK | cmyk(0%, 51%, 78%, 40%) |
| LAB | lab(40.7 29.8 38.3) |
| LCH | lch(40.7 48.5 52.1) |
| OKLCH | oklch(0.500 0.117 45.8) |
Copy-ready code
/* CSS */
color: #984a21;
background-color: #984a21;
/* Tailwind (arbitrary) */
class="text-[#984a21] bg-[#984a21]"
/* SCSS */
$brand: #984a21;
/* SwiftUI */
Color(red: 0.596, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#984a21")Accessibility — WCAG contrast
Aa
#984a21 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984a21 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow78.3%
Key (black)40.4%
Color previews
#984a21 text on a black background
contrast 3.34:1
Card sample
#984a21 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984a21;
Background color
Panel with #984a21 background
background-color: #984a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984a21; background: linear-gradient(135deg, #984a21, #979821);