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