#a82913
a dark, electric red · warm · closest name: firebrick
RGB
168, 41, 19
HSL
9°, 80%, 37%
CMYK
0, 76, 89, 34
Luminance
0.0996
Every format
| HEX | #a82913 |
| RGB | rgb(168, 41, 19) |
| HSL | hsl(9, 80%, 37%) |
| CMYK | cmyk(0%, 76%, 89%, 34%) |
| LAB | lab(37.8 50.3 43.3) |
| LCH | lch(37.8 66.4 40.7) |
| OKLCH | oklch(0.483 0.167 32.2) |
Copy-ready code
/* CSS */
color: #a82913;
background-color: #a82913;
/* Tailwind (arbitrary) */
class="text-[#a82913] bg-[#a82913]"
/* SCSS */
$brand: #a82913;
/* SwiftUI */
Color(red: 0.659, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#a82913")Accessibility — WCAG contrast
Aa
#a82913 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a82913 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow88.7%
Key (black)34.1%
Color previews
#a82913 text on a black background
contrast 2.99:1
Card sample
#a82913 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a82913;
Background color
Panel with #a82913 background
background-color: #a82913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a82913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a82913; background: linear-gradient(135deg, #a82913, #A88D13);