#a84c01
a dark, electric orange · warm · closest name: chocolate
RGB
168, 76, 1
HSL
27°, 99%, 33%
CMYK
0, 55, 99, 34
Luminance
0.1350
Every format
| HEX | #a84c01 |
| RGB | rgb(168, 76, 1) |
| HSL | hsl(27, 99%, 33%) |
| CMYK | cmyk(0%, 55%, 99%, 34%) |
| LAB | lab(43.5 34.5 53.1) |
| LCH | lch(43.5 63.4 57.0) |
| OKLCH | oklch(0.526 0.140 49.3) |
Copy-ready code
/* CSS */
color: #a84c01;
background-color: #a84c01;
/* Tailwind (arbitrary) */
class="text-[#a84c01] bg-[#a84c01]"
/* SCSS */
$brand: #a84c01;
/* SwiftUI */
Color(red: 0.659, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#a84c01")Accessibility — WCAG contrast
Aa
#a84c01 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a84c01 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow99.4%
Key (black)34.1%
Color previews
#a84c01 text on a black background
contrast 3.70:1
Card sample
#a84c01 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84c01;
Background color
Panel with #a84c01 background
background-color: #a84c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84c01; background: linear-gradient(135deg, #a84c01, #95A801);