#a63421
a dark, vivid red · warm · closest name: firebrick
RGB
166, 52, 33
HSL
9°, 67%, 39%
CMYK
0, 69, 80, 35
Luminance
0.1067
Every format
| HEX | #a63421 |
| RGB | rgb(166, 52, 33) |
| HSL | hsl(9, 67%, 39%) |
| CMYK | cmyk(0%, 69%, 80%, 35%) |
| LAB | lab(39.0 45.8 37.3) |
| LCH | lch(39.0 59.1 39.2) |
| OKLCH | oklch(0.492 0.153 32.0) |
Copy-ready code
/* CSS */
color: #a63421;
background-color: #a63421;
/* Tailwind (arbitrary) */
class="text-[#a63421] bg-[#a63421]"
/* SCSS */
$brand: #a63421;
/* SwiftUI */
Color(red: 0.651, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#a63421")Accessibility — WCAG contrast
Aa
#a63421 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a63421 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow80.1%
Key (black)34.9%
Color previews
#a63421 text on a black background
contrast 3.13:1
Card sample
#a63421 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a63421;
Background color
Panel with #a63421 background
background-color: #a63421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a63421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a63421; background: linear-gradient(135deg, #a63421, #A68D21);