#a84913
a dark, electric orange · warm · closest name: sienna
RGB
168, 73, 19
HSL
22°, 80%, 37%
CMYK
0, 57, 89, 34
Luminance
0.1314
Every format
| HEX | #a84913 |
| RGB | rgb(168, 73, 19) |
| HSL | hsl(22, 80%, 37%) |
| CMYK | cmyk(0%, 57%, 89%, 34%) |
| LAB | lab(43.0 36.4 47.5) |
| LCH | lch(43.0 59.8 52.5) |
| OKLCH | oklch(0.522 0.139 45.0) |
Copy-ready code
/* CSS */
color: #a84913;
background-color: #a84913;
/* Tailwind (arbitrary) */
class="text-[#a84913] bg-[#a84913]"
/* SCSS */
$brand: #a84913;
/* SwiftUI */
Color(red: 0.659, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#a84913")Accessibility — WCAG contrast
Aa
#a84913 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a84913 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow88.7%
Key (black)34.1%
Color previews
#a84913 text on a black background
contrast 3.63:1
Card sample
#a84913 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84913;
Background color
Panel with #a84913 background
background-color: #a84913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84913; background: linear-gradient(135deg, #a84913, #A4A813);