#a86f13
a dark, electric orange · warm · closest name: peru
RGB
168, 111, 19
HSL
37°, 80%, 37%
CMYK
0, 34, 89, 34
Luminance
0.1974
Every format
| HEX | #a86f13 |
| RGB | rgb(168, 111, 19) |
| HSL | hsl(37, 80%, 37%) |
| CMYK | cmyk(0%, 34%, 89%, 34%) |
| LAB | lab(51.5 15.6 54.3) |
| LCH | lch(51.5 56.5 73.9) |
| OKLCH | oklch(0.588 0.120 72.0) |
Copy-ready code
/* CSS */
color: #a86f13;
background-color: #a86f13;
/* Tailwind (arbitrary) */
class="text-[#a86f13] bg-[#a86f13]"
/* SCSS */
$brand: #a86f13;
/* SwiftUI */
Color(red: 0.659, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#a86f13")Accessibility — WCAG contrast
Aa
#a86f13 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a86f13 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow88.7%
Key (black)34.1%
Color previews
#a86f13 text on a black background
contrast 4.95:1
Card sample
#a86f13 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86f13;
Background color
Panel with #a86f13 background
background-color: #a86f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86f13; background: linear-gradient(135deg, #a86f13, #7EA813);