#a47430
a dark, vivid orange · warm · closest name: peru
RGB
164, 116, 48
HSL
35°, 55%, 42%
CMYK
0, 29, 71, 36
Luminance
0.2060
Every format
| HEX | #a47430 |
| RGB | rgb(164, 116, 48) |
| HSL | hsl(35, 55%, 42%) |
| CMYK | cmyk(0%, 29%, 71%, 36%) |
| LAB | lab(52.5 12.1 43.7) |
| LCH | lch(52.5 45.4 74.5) |
| OKLCH | oklch(0.595 0.103 72.7) |
Copy-ready code
/* CSS */
color: #a47430;
background-color: #a47430;
/* Tailwind (arbitrary) */
class="text-[#a47430] bg-[#a47430]"
/* SCSS */
$brand: #a47430;
/* SwiftUI */
Color(red: 0.643, green: 0.455, blue: 0.188)
/* Android */
Color.parseColor("#a47430")Accessibility — WCAG contrast
Aa
#a47430 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a47430 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green45.5%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow70.7%
Key (black)35.7%
Color previews
#a47430 text on a black background
contrast 5.12:1
Card sample
#a47430 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a47430;
Background color
Panel with #a47430 background
background-color: #a47430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a47430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 116, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 116, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a47430; background: linear-gradient(135deg, #a47430, #87A430);