#a83c13
a dark, electric orange · warm · closest name: firebrick
RGB
168, 60, 19
HSL
17°, 80%, 37%
CMYK
0, 64, 89, 34
Luminance
0.1160
Every format
| HEX | #a83c13 |
| RGB | rgb(168, 60, 19) |
| HSL | hsl(17, 80%, 37%) |
| CMYK | cmyk(0%, 64%, 89%, 34%) |
| LAB | lab(40.6 42.6 45.5) |
| LCH | lch(40.6 62.4 46.9) |
| OKLCH | oklch(0.504 0.151 38.7) |
Copy-ready code
/* CSS */
color: #a83c13;
background-color: #a83c13;
/* Tailwind (arbitrary) */
class="text-[#a83c13] bg-[#a83c13]"
/* SCSS */
$brand: #a83c13;
/* SwiftUI */
Color(red: 0.659, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#a83c13")Accessibility — WCAG contrast
Aa
#a83c13 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a83c13 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green23.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow88.7%
Key (black)34.1%
Color previews
#a83c13 text on a black background
contrast 3.32:1
Card sample
#a83c13 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a83c13;
Background color
Panel with #a83c13 background
background-color: #a83c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a83c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a83c13; background: linear-gradient(135deg, #a83c13, #A89F13);