#a67421
a dark, vivid orange · warm · closest name: peru
RGB
166, 116, 33
HSL
37°, 67%, 39%
CMYK
0, 30, 80, 35
Luminance
0.2071
Every format
| HEX | #a67421 |
| RGB | rgb(166, 116, 33) |
| HSL | hsl(37, 67%, 39%) |
| CMYK | cmyk(0%, 30%, 80%, 35%) |
| LAB | lab(52.6 12.3 50.4) |
| LCH | lch(52.6 51.9 76.3) |
| OKLCH | oklch(0.596 0.113 75.1) |
Copy-ready code
/* CSS */
color: #a67421;
background-color: #a67421;
/* Tailwind (arbitrary) */
class="text-[#a67421] bg-[#a67421]"
/* SCSS */
$brand: #a67421;
/* SwiftUI */
Color(red: 0.651, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#a67421")Accessibility — WCAG contrast
Aa
#a67421 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a67421 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow80.1%
Key (black)34.9%
Color previews
#a67421 text on a black background
contrast 5.14:1
Card sample
#a67421 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a67421;
Background color
Panel with #a67421 background
background-color: #a67421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a67421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a67421; background: linear-gradient(135deg, #a67421, #7FA621);