#a30031
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
163, 0, 49
HSL
342°, 100%, 32%
CMYK
0, 100, 70, 36
Luminance
0.0801
Every format
| HEX | #a30031 |
| RGB | rgb(163, 0, 49) |
| HSL | hsl(342, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 70%, 36%) |
| LAB | lab(34.0 58.6 21.9) |
| LCH | lch(34.0 62.5 20.5) |
| OKLCH | oklch(0.454 0.182 16.4) |
Copy-ready code
/* CSS */
color: #a30031;
background-color: #a30031;
/* Tailwind (arbitrary) */
class="text-[#a30031] bg-[#a30031]"
/* SCSS */
$brand: #a30031;
/* SwiftUI */
Color(red: 0.639, green: 0.000, blue: 0.192)
/* Android */
Color.parseColor("#a30031")Accessibility — WCAG contrast
Aa
#a30031 on white: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a30031 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green0.0%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.9%
Key (black)36.1%
Color previews
#a30031 text on a black background
contrast 2.60:1
Card sample
#a30031 text on a white background
contrast 8.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30031;
Background color
Panel with #a30031 background
background-color: #a30031;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30031;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 0, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 0, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30031; background: linear-gradient(135deg, #a30031, #A33C00);