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