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