#a66b21
a dark, vivid orange · warm · closest name: peru
RGB
166, 107, 33
HSL
33°, 67%, 39%
CMYK
0, 36, 80, 35
Luminance
0.1873
Every format
| HEX | #a66b21 |
| RGB | rgb(166, 107, 33) |
| HSL | hsl(33, 67%, 39%) |
| CMYK | cmyk(0%, 36%, 80%, 35%) |
| LAB | lab(50.4 17.4 48.3) |
| LCH | lch(50.4 51.4 70.2) |
| OKLCH | oklch(0.579 0.114 67.2) |
Copy-ready code
/* CSS */
color: #a66b21;
background-color: #a66b21;
/* Tailwind (arbitrary) */
class="text-[#a66b21] bg-[#a66b21]"
/* SCSS */
$brand: #a66b21;
/* SwiftUI */
Color(red: 0.651, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#a66b21")Accessibility — WCAG contrast
Aa
#a66b21 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a66b21 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow80.1%
Key (black)34.9%
Color previews
#a66b21 text on a black background
contrast 4.75:1
Card sample
#a66b21 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a66b21;
Background color
Panel with #a66b21 background
background-color: #a66b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a66b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a66b21; background: linear-gradient(135deg, #a66b21, #88A621);