#a85c13
a dark, electric orange · warm · closest name: chocolate
RGB
168, 92, 19
HSL
29°, 80%, 37%
CMYK
0, 45, 89, 34
Luminance
0.1603
Every format
| HEX | #a85c13 |
| RGB | rgb(168, 92, 19) |
| HSL | hsl(29, 80%, 37%) |
| CMYK | cmyk(0%, 45%, 89%, 34%) |
| LAB | lab(47.0 26.3 50.7) |
| LCH | lch(47.0 57.1 62.6) |
| OKLCH | oklch(0.553 0.126 57.2) |
Copy-ready code
/* CSS */
color: #a85c13;
background-color: #a85c13;
/* Tailwind (arbitrary) */
class="text-[#a85c13] bg-[#a85c13]"
/* SCSS */
$brand: #a85c13;
/* SwiftUI */
Color(red: 0.659, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#a85c13")Accessibility — WCAG contrast
Aa
#a85c13 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a85c13 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green36.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow88.7%
Key (black)34.1%
Color previews
#a85c13 text on a black background
contrast 4.21:1
Card sample
#a85c13 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85c13;
Background color
Panel with #a85c13 background
background-color: #a85c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85c13; background: linear-gradient(135deg, #a85c13, #91A813);