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