#a83607
a dark, electric orange · warm · closest name: firebrick
RGB
168, 54, 7
HSL
18°, 92%, 34%
CMYK
0, 68, 96, 34
Luminance
0.1098
Every format
| HEX | #a83607 |
| RGB | rgb(168, 54, 7) |
| HSL | hsl(18, 92%, 34%) |
| CMYK | cmyk(0%, 68%, 96%, 34%) |
| LAB | lab(39.5 45.1 48.9) |
| LCH | lch(39.5 66.5 47.4) |
| OKLCH | oklch(0.496 0.157 38.2) |
Copy-ready code
/* CSS */
color: #a83607;
background-color: #a83607;
/* Tailwind (arbitrary) */
class="text-[#a83607] bg-[#a83607]"
/* SCSS */
$brand: #a83607;
/* SwiftUI */
Color(red: 0.659, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#a83607")Accessibility — WCAG contrast
Aa
#a83607 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a83607 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow95.8%
Key (black)34.1%
Color previews
#a83607 text on a black background
contrast 3.20:1
Card sample
#a83607 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a83607;
Background color
Panel with #a83607 background
background-color: #a83607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a83607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a83607; background: linear-gradient(135deg, #a83607, #A8A107);