#984021
a dark, vivid orange · warm · closest name: sienna
RGB
152, 64, 33
HSL
16°, 64%, 36%
CMYK
0, 58, 78, 40
Luminance
0.1045
Every format
| HEX | #984021 |
| RGB | rgb(152, 64, 33) |
| HSL | hsl(16, 64%, 36%) |
| CMYK | cmyk(0%, 58%, 78%, 40%) |
| LAB | lab(38.6 35.0 36.2) |
| LCH | lch(38.6 50.3 45.9) |
| OKLCH | oklch(0.484 0.126 39.1) |
Copy-ready code
/* CSS */
color: #984021;
background-color: #984021;
/* Tailwind (arbitrary) */
class="text-[#984021] bg-[#984021]"
/* SCSS */
$brand: #984021;
/* SwiftUI */
Color(red: 0.596, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#984021")Accessibility — WCAG contrast
Aa
#984021 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984021 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow78.3%
Key (black)40.4%
Color previews
#984021 text on a black background
contrast 3.09:1
Card sample
#984021 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984021;
Background color
Panel with #984021 background
background-color: #984021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984021; background: linear-gradient(135deg, #984021, #988F21);