#a86021
a dark, vivid orange · warm · closest name: sienna
RGB
168, 96, 33
HSL
28°, 67%, 39%
CMYK
0, 43, 80, 34
Luminance
0.1680
Every format
| HEX | #a86021 |
| RGB | rgb(168, 96, 33) |
| HSL | hsl(28, 67%, 39%) |
| CMYK | cmyk(0%, 43%, 80%, 34%) |
| LAB | lab(48.0 24.5 46.2) |
| LCH | lch(48.0 52.3 62.1) |
| OKLCH | oklch(0.561 0.119 57.1) |
Copy-ready code
/* CSS */
color: #a86021;
background-color: #a86021;
/* Tailwind (arbitrary) */
class="text-[#a86021] bg-[#a86021]"
/* SCSS */
$brand: #a86021;
/* SwiftUI */
Color(red: 0.659, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#a86021")Accessibility — WCAG contrast
Aa
#a86021 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a86021 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow80.4%
Key (black)34.1%
Color previews
#a86021 text on a black background
contrast 4.36:1
Card sample
#a86021 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86021;
Background color
Panel with #a86021 background
background-color: #a86021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86021; background: linear-gradient(135deg, #a86021, #96A821);