#986021
a dark, vivid orange · warm · closest name: sienna
RGB
152, 96, 33
HSL
32°, 64%, 36%
CMYK
0, 37, 78, 40
Luminance
0.1515
Every format
| HEX | #986021 |
| RGB | rgb(152, 96, 33) |
| HSL | hsl(32, 64%, 36%) |
| CMYK | cmyk(0%, 37%, 78%, 40%) |
| LAB | lab(45.8 17.4 43.4) |
| LCH | lch(45.8 46.7 68.2) |
| OKLCH | oklch(0.539 0.105 64.7) |
Copy-ready code
/* CSS */
color: #986021;
background-color: #986021;
/* Tailwind (arbitrary) */
class="text-[#986021] bg-[#986021]"
/* SCSS */
$brand: #986021;
/* SwiftUI */
Color(red: 0.596, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#986021")Accessibility — WCAG contrast
Aa
#986021 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#986021 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow78.3%
Key (black)40.4%
Color previews
#986021 text on a black background
contrast 4.03:1
Card sample
#986021 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #986021;
Background color
Panel with #986021 background
background-color: #986021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #986021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #986021; background: linear-gradient(135deg, #986021, #819821);