#a01b43
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
160, 27, 67
HSL
342°, 71%, 37%
CMYK
0, 83, 58, 37
Luminance
0.0866
Every format
| HEX | #a01b43 |
| RGB | rgb(160, 27, 67) |
| HSL | hsl(342, 71%, 37%) |
| CMYK | cmyk(0%, 83%, 58%, 37%) |
| LAB | lab(35.3 54.3 11.8) |
| LCH | lch(35.3 55.5 12.3) |
| OKLCH | oklch(0.464 0.167 10.2) |
Copy-ready code
/* CSS */
color: #a01b43;
background-color: #a01b43;
/* Tailwind (arbitrary) */
class="text-[#a01b43] bg-[#a01b43]"
/* SCSS */
$brand: #a01b43;
/* SwiftUI */
Color(red: 0.627, green: 0.106, blue: 0.263)
/* Android */
Color.parseColor("#a01b43")Accessibility — WCAG contrast
Aa
#a01b43 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a01b43 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green10.6%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow58.1%
Key (black)37.3%
Color previews
#a01b43 text on a black background
contrast 2.73:1
Card sample
#a01b43 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a01b43;
Background color
Panel with #a01b43 background
background-color: #a01b43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a01b43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 27, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 27, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a01b43; background: linear-gradient(135deg, #a01b43, #A04C1B);