#a71270
a dark, electric magenta / pink · warm · closest name: purple
RGB
167, 18, 112
HSL
322°, 81%, 36%
CMYK
0, 89, 33, 35
Luminance
0.0982
Every format
| HEX | #a71270 |
| RGB | rgb(167, 18, 112) |
| HSL | hsl(322, 81%, 36%) |
| CMYK | cmyk(0%, 89%, 33%, 35%) |
| LAB | lab(37.5 62.1 -13.7) |
| LCH | lch(37.5 63.6 347.5) |
| OKLCH | oklch(0.487 0.194 349.3) |
Copy-ready code
/* CSS */
color: #a71270;
background-color: #a71270;
/* Tailwind (arbitrary) */
class="text-[#a71270] bg-[#a71270]"
/* SCSS */
$brand: #a71270;
/* SwiftUI */
Color(red: 0.655, green: 0.071, blue: 0.439)
/* Android */
Color.parseColor("#a71270")Accessibility — WCAG contrast
Aa
#a71270 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a71270 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green7.1%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow32.9%
Key (black)34.5%
Color previews
#a71270 text on a black background
contrast 2.96:1
Card sample
#a71270 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a71270;
Background color
Panel with #a71270 background
background-color: #a71270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a71270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 18, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 18, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a71270; background: linear-gradient(135deg, #a71270, #A71712);