#a66721
a dark, vivid orange · warm · closest name: peru
RGB
166, 103, 33
HSL
32°, 67%, 39%
CMYK
0, 38, 80, 35
Luminance
0.1792
Every format
| HEX | #a66721 |
| RGB | rgb(166, 103, 33) |
| HSL | hsl(32, 67%, 39%) |
| CMYK | cmyk(0%, 38%, 80%, 35%) |
| LAB | lab(49.4 19.7 47.4) |
| LCH | lch(49.4 51.3 67.5) |
| OKLCH | oklch(0.571 0.115 63.8) |
Copy-ready code
/* CSS */
color: #a66721;
background-color: #a66721;
/* Tailwind (arbitrary) */
class="text-[#a66721] bg-[#a66721]"
/* SCSS */
$brand: #a66721;
/* SwiftUI */
Color(red: 0.651, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#a66721")Accessibility — WCAG contrast
Aa
#a66721 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a66721 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow80.1%
Key (black)34.9%
Color previews
#a66721 text on a black background
contrast 4.58:1
Card sample
#a66721 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a66721;
Background color
Panel with #a66721 background
background-color: #a66721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a66721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a66721; background: linear-gradient(135deg, #a66721, #8CA621);