#a3293d
a dark, vivid red · warm · closest name: firebrick
RGB
163, 41, 61
HSL
350°, 60%, 40%
CMYK
0, 75, 63, 36
Luminance
0.0971
Every format
| HEX | #a3293d |
| RGB | rgb(163, 41, 61) |
| HSL | hsl(350, 60%, 40%) |
| CMYK | cmyk(0%, 75%, 63%, 36%) |
| LAB | lab(37.3 50.5 18.4) |
| LCH | lch(37.3 53.7 20.1) |
| OKLCH | oklch(0.479 0.157 16.5) |
Copy-ready code
/* CSS */
color: #a3293d;
background-color: #a3293d;
/* Tailwind (arbitrary) */
class="text-[#a3293d] bg-[#a3293d]"
/* SCSS */
$brand: #a3293d;
/* SwiftUI */
Color(red: 0.639, green: 0.161, blue: 0.239)
/* Android */
Color.parseColor("#a3293d")Accessibility — WCAG contrast
Aa
#a3293d on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a3293d on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green16.1%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow62.6%
Key (black)36.1%
Color previews
#a3293d text on a black background
contrast 2.94:1
Card sample
#a3293d text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3293d;
Background color
Panel with #a3293d background
background-color: #a3293d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3293d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 41, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 41, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3293d; background: linear-gradient(135deg, #a3293d, #A36629);