#984721
a dark, vivid orange · warm · closest name: sienna
RGB
152, 71, 33
HSL
19°, 64%, 36%
CMYK
0, 53, 78, 40
Luminance
0.1129
Every format
| HEX | #984721 |
| RGB | rgb(152, 71, 33) |
| HSL | hsl(19, 64%, 36%) |
| CMYK | cmyk(0%, 53%, 78%, 40%) |
| LAB | lab(40.1 31.4 37.6) |
| LCH | lch(40.1 49.0 50.2) |
| OKLCH | oklch(0.495 0.120 43.7) |
Copy-ready code
/* CSS */
color: #984721;
background-color: #984721;
/* Tailwind (arbitrary) */
class="text-[#984721] bg-[#984721]"
/* SCSS */
$brand: #984721;
/* SwiftUI */
Color(red: 0.596, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#984721")Accessibility — WCAG contrast
Aa
#984721 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984721 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow78.3%
Key (black)40.4%
Color previews
#984721 text on a black background
contrast 3.26:1
Card sample
#984721 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984721;
Background color
Panel with #984721 background
background-color: #984721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984721; background: linear-gradient(135deg, #984721, #989621);