#a06b0d
a dark, electric orange · warm · closest name: peru
RGB
160, 107, 13
HSL
38°, 85%, 34%
CMYK
0, 33, 92, 37
Luminance
0.1802
Every format
| HEX | #a06b0d |
| RGB | rgb(160, 107, 13) |
| HSL | hsl(38, 85%, 34%) |
| CMYK | cmyk(0%, 33%, 92%, 37%) |
| LAB | lab(49.5 14.1 53.8) |
| LCH | lch(49.5 55.6 75.3) |
| OKLCH | oklch(0.570 0.117 73.7) |
Copy-ready code
/* CSS */
color: #a06b0d;
background-color: #a06b0d;
/* Tailwind (arbitrary) */
class="text-[#a06b0d] bg-[#a06b0d]"
/* SCSS */
$brand: #a06b0d;
/* SwiftUI */
Color(red: 0.627, green: 0.420, blue: 0.051)
/* Android */
Color.parseColor("#a06b0d")Accessibility — WCAG contrast
Aa
#a06b0d on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a06b0d on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green42.0%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow91.9%
Key (black)37.3%
Color previews
#a06b0d text on a black background
contrast 4.60:1
Card sample
#a06b0d text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a06b0d;
Background color
Panel with #a06b0d background
background-color: #a06b0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a06b0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 107, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 107, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a06b0d; background: linear-gradient(135deg, #a06b0d, #73A00D);