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