#a06421
a dark, vivid orange · warm · closest name: peru
RGB
160, 100, 33
HSL
32°, 66%, 38%
CMYK
0, 38, 79, 37
Luminance
0.1670
Every format
| HEX | #a06421 |
| RGB | rgb(160, 100, 33) |
| HSL | hsl(32, 66%, 38%) |
| CMYK | cmyk(0%, 38%, 79%, 37%) |
| LAB | lab(47.9 18.7 45.7) |
| LCH | lch(47.9 49.4 67.7) |
| OKLCH | oklch(0.558 0.111 64.2) |
Copy-ready code
/* CSS */
color: #a06421;
background-color: #a06421;
/* Tailwind (arbitrary) */
class="text-[#a06421] bg-[#a06421]"
/* SCSS */
$brand: #a06421;
/* SwiftUI */
Color(red: 0.627, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#a06421")Accessibility — WCAG contrast
Aa
#a06421 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a06421 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow79.4%
Key (black)37.3%
Color previews
#a06421 text on a black background
contrast 4.34:1
Card sample
#a06421 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a06421;
Background color
Panel with #a06421 background
background-color: #a06421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a06421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a06421; background: linear-gradient(135deg, #a06421, #87A021);