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