#a83708
a dark, electric orange · warm · closest name: firebrick
RGB
168, 55, 8
HSL
18°, 91%, 35%
CMYK
0, 67, 95, 34
Luminance
0.1107
Every format
| HEX | #a83708 |
| RGB | rgb(168, 55, 8) |
| HSL | hsl(18, 91%, 35%) |
| CMYK | cmyk(0%, 67%, 95%, 34%) |
| LAB | lab(39.7 44.6 48.7) |
| LCH | lch(39.7 66.1 47.5) |
| OKLCH | oklch(0.497 0.156 38.5) |
Copy-ready code
/* CSS */
color: #a83708;
background-color: #a83708;
/* Tailwind (arbitrary) */
class="text-[#a83708] bg-[#a83708]"
/* SCSS */
$brand: #a83708;
/* SwiftUI */
Color(red: 0.659, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#a83708")Accessibility — WCAG contrast
Aa
#a83708 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a83708 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green21.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow95.2%
Key (black)34.1%
Color previews
#a83708 text on a black background
contrast 3.21:1
Card sample
#a83708 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a83708;
Background color
Panel with #a83708 background
background-color: #a83708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a83708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a83708; background: linear-gradient(135deg, #a83708, #A8A208);