#a77021
a dark, vivid orange · warm · closest name: peru
RGB
167, 112, 33
HSL
35°, 67%, 39%
CMYK
0, 33, 80, 35
Luminance
0.1991
Every format
| HEX | #a77021 |
| RGB | rgb(167, 112, 33) |
| HSL | hsl(35, 67%, 39%) |
| CMYK | cmyk(0%, 33%, 80%, 35%) |
| LAB | lab(51.7 15.0 49.6) |
| LCH | lch(51.7 51.9 73.1) |
| OKLCH | oklch(0.590 0.114 71.0) |
Copy-ready code
/* CSS */
color: #a77021;
background-color: #a77021;
/* Tailwind (arbitrary) */
class="text-[#a77021] bg-[#a77021]"
/* SCSS */
$brand: #a77021;
/* SwiftUI */
Color(red: 0.655, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#a77021")Accessibility — WCAG contrast
Aa
#a77021 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77021 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow80.2%
Key (black)34.5%
Color previews
#a77021 text on a black background
contrast 4.98:1
Card sample
#a77021 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77021;
Background color
Panel with #a77021 background
background-color: #a77021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77021; background: linear-gradient(135deg, #a77021, #85A721);