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