#a4792c
a dark, vivid orange · warm · closest name: peru
RGB
164, 121, 44
HSL
39°, 58%, 41%
CMYK
0, 26, 73, 36
Luminance
0.2175
Every format
| HEX | #a4792c |
| RGB | rgb(164, 121, 44) |
| HSL | hsl(39, 58%, 41%) |
| CMYK | cmyk(0%, 26%, 73%, 36%) |
| LAB | lab(53.8 9.1 46.8) |
| LCH | lch(53.8 47.7 79.0) |
| OKLCH | oklch(0.605 0.106 78.5) |
Copy-ready code
/* CSS */
color: #a4792c;
background-color: #a4792c;
/* Tailwind (arbitrary) */
class="text-[#a4792c] bg-[#a4792c]"
/* SCSS */
$brand: #a4792c;
/* SwiftUI */
Color(red: 0.643, green: 0.475, blue: 0.173)
/* Android */
Color.parseColor("#a4792c")Accessibility — WCAG contrast
Aa
#a4792c on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a4792c on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green47.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow73.2%
Key (black)35.7%
Color previews
#a4792c text on a black background
contrast 5.35:1
Card sample
#a4792c text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4792c;
Background color
Panel with #a4792c background
background-color: #a4792c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4792c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 121, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 121, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4792c; background: linear-gradient(135deg, #a4792c, #7FA42C);