#a56021
a dark, vivid orange · warm · closest name: sienna
RGB
165, 96, 33
HSL
29°, 67%, 39%
CMYK
0, 42, 80, 35
Luminance
0.1647
Every format
| HEX | #a56021 |
| RGB | rgb(165, 96, 33) |
| HSL | hsl(29, 67%, 39%) |
| CMYK | cmyk(0%, 42%, 80%, 35%) |
| LAB | lab(47.6 23.2 45.6) |
| LCH | lch(47.6 51.2 63.1) |
| OKLCH | oklch(0.557 0.117 58.4) |
Copy-ready code
/* CSS */
color: #a56021;
background-color: #a56021;
/* Tailwind (arbitrary) */
class="text-[#a56021] bg-[#a56021]"
/* SCSS */
$brand: #a56021;
/* SwiftUI */
Color(red: 0.647, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#a56021")Accessibility — WCAG contrast
Aa
#a56021 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a56021 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow80.0%
Key (black)35.3%
Color previews
#a56021 text on a black background
contrast 4.29:1
Card sample
#a56021 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a56021;
Background color
Panel with #a56021 background
background-color: #a56021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a56021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a56021; background: linear-gradient(135deg, #a56021, #92A521);