#a32944
a dark, vivid red · warm · closest name: firebrick
RGB
163, 41, 68
HSL
347°, 60%, 40%
CMYK
0, 75, 58, 36
Luminance
0.0979
Every format
| HEX | #a32944 |
| RGB | rgb(163, 41, 68) |
| HSL | hsl(347, 60%, 40%) |
| CMYK | cmyk(0%, 75%, 58%, 36%) |
| LAB | lab(37.5 50.9 14.2) |
| LCH | lch(37.5 52.9 15.5) |
| OKLCH | oklch(0.481 0.158 12.9) |
Copy-ready code
/* CSS */
color: #a32944;
background-color: #a32944;
/* Tailwind (arbitrary) */
class="text-[#a32944] bg-[#a32944]"
/* SCSS */
$brand: #a32944;
/* SwiftUI */
Color(red: 0.639, green: 0.161, blue: 0.267)
/* Android */
Color.parseColor("#a32944")Accessibility — WCAG contrast
Aa
#a32944 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a32944 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green16.1%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow58.3%
Key (black)36.1%
Color previews
#a32944 text on a black background
contrast 2.96:1
Card sample
#a32944 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a32944;
Background color
Panel with #a32944 background
background-color: #a32944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a32944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 41, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 41, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a32944; background: linear-gradient(135deg, #a32944, #A35F29);