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