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