#985021
a dark, vivid orange · warm · closest name: sienna
RGB
152, 80, 33
HSL
24°, 64%, 36%
CMYK
0, 47, 78, 40
Luminance
0.1252
Every format
| HEX | #985021 |
| RGB | rgb(152, 80, 33) |
| HSL | hsl(24, 64%, 36%) |
| CMYK | cmyk(0%, 47%, 78%, 40%) |
| LAB | lab(42.0 26.4 39.6) |
| LCH | lch(42.0 47.6 56.3) |
| OKLCH | oklch(0.510 0.113 50.4) |
Copy-ready code
/* CSS */
color: #985021;
background-color: #985021;
/* Tailwind (arbitrary) */
class="text-[#985021] bg-[#985021]"
/* SCSS */
$brand: #985021;
/* SwiftUI */
Color(red: 0.596, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#985021")Accessibility — WCAG contrast
Aa
#985021 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985021 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow78.3%
Key (black)40.4%
Color previews
#985021 text on a black background
contrast 3.50:1
Card sample
#985021 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985021;
Background color
Panel with #985021 background
background-color: #985021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985021; background: linear-gradient(135deg, #985021, #919821);