#a97613
a dark, electric orange · warm · closest name: peru
RGB
169, 118, 19
HSL
40°, 80%, 37%
CMYK
0, 30, 89, 34
Luminance
0.2144
Every format
| HEX | #a97613 |
| RGB | rgb(169, 118, 19) |
| HSL | hsl(40, 80%, 37%) |
| CMYK | cmyk(0%, 30%, 89%, 34%) |
| LAB | lab(53.4 12.1 55.8) |
| LCH | lch(53.4 57.1 77.7) |
| OKLCH | oklch(0.603 0.121 77.1) |
Copy-ready code
/* CSS */
color: #a97613;
background-color: #a97613;
/* Tailwind (arbitrary) */
class="text-[#a97613] bg-[#a97613]"
/* SCSS */
$brand: #a97613;
/* SwiftUI */
Color(red: 0.663, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#a97613")Accessibility — WCAG contrast
Aa
#a97613 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97613 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green46.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow88.8%
Key (black)33.7%
Color previews
#a97613 text on a black background
contrast 5.29:1
Card sample
#a97613 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97613;
Background color
Panel with #a97613 background
background-color: #a97613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97613; background: linear-gradient(135deg, #a97613, #78A913);