#a32321
a dark, vivid red · warm · closest name: firebrick
RGB
163, 35, 33
HSL
1°, 66%, 38%
CMYK
0, 79, 80, 36
Luminance
0.0910
Every format
| HEX | #a32321 |
| RGB | rgb(163, 35, 33) |
| HSL | hsl(1, 66%, 38%) |
| CMYK | cmyk(0%, 79%, 80%, 36%) |
| LAB | lab(36.2 51.1 34.3) |
| LCH | lch(36.2 61.5 33.8) |
| OKLCH | oklch(0.469 0.165 27.0) |
Copy-ready code
/* CSS */
color: #a32321;
background-color: #a32321;
/* Tailwind (arbitrary) */
class="text-[#a32321] bg-[#a32321]"
/* SCSS */
$brand: #a32321;
/* SwiftUI */
Color(red: 0.639, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#a32321")Accessibility — WCAG contrast
Aa
#a32321 on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a32321 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow79.8%
Key (black)36.1%
Color previews
#a32321 text on a black background
contrast 2.82:1
Card sample
#a32321 text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a32321;
Background color
Panel with #a32321 background
background-color: #a32321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a32321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a32321; background: linear-gradient(135deg, #a32321, #A37A21);