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