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