#a76021
a dark, vivid orange · warm · closest name: sienna
RGB
167, 96, 33
HSL
28°, 67%, 39%
CMYK
0, 43, 80, 35
Luminance
0.1669
Every format
| HEX | #a76021 |
| RGB | rgb(167, 96, 33) |
| HSL | hsl(28, 67%, 39%) |
| CMYK | cmyk(0%, 43%, 80%, 35%) |
| LAB | lab(47.9 24.0 46.0) |
| LCH | lch(47.9 51.9 62.4) |
| OKLCH | oklch(0.559 0.118 57.5) |
Copy-ready code
/* CSS */
color: #a76021;
background-color: #a76021;
/* Tailwind (arbitrary) */
class="text-[#a76021] bg-[#a76021]"
/* SCSS */
$brand: #a76021;
/* SwiftUI */
Color(red: 0.655, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#a76021")Accessibility — WCAG contrast
Aa
#a76021 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a76021 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow80.2%
Key (black)34.5%
Color previews
#a76021 text on a black background
contrast 4.34:1
Card sample
#a76021 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a76021;
Background color
Panel with #a76021 background
background-color: #a76021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a76021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a76021; background: linear-gradient(135deg, #a76021, #95A721);