#a07021
a dark, vivid orange · warm · closest name: peru
RGB
160, 112, 33
HSL
37°, 66%, 38%
CMYK
0, 30, 79, 37
Luminance
0.1917
Every format
| HEX | #a07021 |
| RGB | rgb(160, 112, 33) |
| HSL | hsl(37, 66%, 38%) |
| CMYK | cmyk(0%, 30%, 79%, 37%) |
| LAB | lab(50.9 11.9 48.5) |
| LCH | lch(50.9 50.0 76.3) |
| OKLCH | oklch(0.581 0.110 75.1) |
Copy-ready code
/* CSS */
color: #a07021;
background-color: #a07021;
/* Tailwind (arbitrary) */
class="text-[#a07021] bg-[#a07021]"
/* SCSS */
$brand: #a07021;
/* SwiftUI */
Color(red: 0.627, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#a07021")Accessibility — WCAG contrast
Aa
#a07021 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07021 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow79.4%
Key (black)37.3%
Color previews
#a07021 text on a black background
contrast 4.83:1
Card sample
#a07021 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07021;
Background color
Panel with #a07021 background
background-color: #a07021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07021; background: linear-gradient(135deg, #a07021, #7BA021);