#a86310
a dark, electric orange · warm · closest name: peru
RGB
168, 99, 16
HSL
33°, 83%, 36%
CMYK
0, 41, 91, 34
Luminance
0.1729
Every format
| HEX | #a86310 |
| RGB | rgb(168, 99, 16) |
| HSL | hsl(33, 83%, 36%) |
| CMYK | cmyk(0%, 41%, 91%, 34%) |
| LAB | lab(48.6 22.3 52.8) |
| LCH | lch(48.6 57.4 67.1) |
| OKLCH | oklch(0.565 0.124 62.9) |
Copy-ready code
/* CSS */
color: #a86310;
background-color: #a86310;
/* Tailwind (arbitrary) */
class="text-[#a86310] bg-[#a86310]"
/* SCSS */
$brand: #a86310;
/* SwiftUI */
Color(red: 0.659, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#a86310")Accessibility — WCAG contrast
Aa
#a86310 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a86310 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow90.5%
Key (black)34.1%
Color previews
#a86310 text on a black background
contrast 4.46:1
Card sample
#a86310 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86310;
Background color
Panel with #a86310 background
background-color: #a86310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86310; background: linear-gradient(135deg, #a86310, #88A810);