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