#a84607
a dark, electric orange · warm · closest name: chocolate
RGB
168, 70, 7
HSL
24°, 92%, 34%
CMYK
0, 58, 96, 34
Luminance
0.1272
Every format
| HEX | #a84607 |
| RGB | rgb(168, 70, 7) |
| HSL | hsl(24, 92%, 34%) |
| CMYK | cmyk(0%, 58%, 96%, 34%) |
| LAB | lab(42.3 37.6 50.7) |
| LCH | lch(42.3 63.2 53.4) |
| OKLCH | oklch(0.517 0.144 45.3) |
Copy-ready code
/* CSS */
color: #a84607;
background-color: #a84607;
/* Tailwind (arbitrary) */
class="text-[#a84607] bg-[#a84607]"
/* SCSS */
$brand: #a84607;
/* SwiftUI */
Color(red: 0.659, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#a84607")Accessibility — WCAG contrast
Aa
#a84607 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a84607 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow95.8%
Key (black)34.1%
Color previews
#a84607 text on a black background
contrast 3.54:1
Card sample
#a84607 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84607;
Background color
Panel with #a84607 background
background-color: #a84607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84607; background: linear-gradient(135deg, #a84607, #9FA807);