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