#a32600
a dark, electric red · warm · closest name: firebrick
RGB
163, 38, 0
HSL
14°, 100%, 32%
CMYK
0, 77, 100, 36
Luminance
0.0917
Every format
| HEX | #a32600 |
| RGB | rgb(163, 38, 0) |
| HSL | hsl(14, 100%, 32%) |
| CMYK | cmyk(0%, 77%, 100%, 36%) |
| LAB | lab(36.3 49.4 49.2) |
| LCH | lch(36.3 69.7 44.9) |
| OKLCH | oklch(0.470 0.166 34.7) |
Copy-ready code
/* CSS */
color: #a32600;
background-color: #a32600;
/* Tailwind (arbitrary) */
class="text-[#a32600] bg-[#a32600]"
/* SCSS */
$brand: #a32600;
/* SwiftUI */
Color(red: 0.639, green: 0.149, blue: 0.000)
/* Android */
Color.parseColor("#a32600")Accessibility — WCAG contrast
Aa
#a32600 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a32600 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green14.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow100.0%
Key (black)36.1%
Color previews
#a32600 text on a black background
contrast 2.83:1
Card sample
#a32600 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a32600;
Background color
Panel with #a32600 background
background-color: #a32600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a32600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 38, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 38, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a32600; background: linear-gradient(135deg, #a32600, #A39300);