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