#a82e13
a dark, electric red · warm · closest name: firebrick
RGB
168, 46, 19
HSL
11°, 80%, 37%
CMYK
0, 73, 89, 34
Luminance
0.1033
Every format
| HEX | #a82e13 |
| RGB | rgb(168, 46, 19) |
| HSL | hsl(11, 80%, 37%) |
| CMYK | cmyk(0%, 73%, 89%, 34%) |
| LAB | lab(38.4 48.5 43.8) |
| LCH | lch(38.4 65.3 42.1) |
| OKLCH | oklch(0.488 0.163 33.6) |
Copy-ready code
/* CSS */
color: #a82e13;
background-color: #a82e13;
/* Tailwind (arbitrary) */
class="text-[#a82e13] bg-[#a82e13]"
/* SCSS */
$brand: #a82e13;
/* SwiftUI */
Color(red: 0.659, green: 0.180, blue: 0.075)
/* Android */
Color.parseColor("#a82e13")Accessibility — WCAG contrast
Aa
#a82e13 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a82e13 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green18.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow88.7%
Key (black)34.1%
Color previews
#a82e13 text on a black background
contrast 3.07:1
Card sample
#a82e13 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a82e13;
Background color
Panel with #a82e13 background
background-color: #a82e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a82e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 46, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 46, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a82e13; background: linear-gradient(135deg, #a82e13, #A89213);