#a70077
a dark, electric magenta / pink · warm · closest name: purple
RGB
167, 0, 119
HSL
317°, 100%, 33%
CMYK
0, 100, 29, 35
Luminance
0.0955
Every format
| HEX | #a70077 |
| RGB | rgb(167, 0, 119) |
| HSL | hsl(317, 100%, 33%) |
| CMYK | cmyk(0%, 100%, 29%, 35%) |
| LAB | lab(37.0 65.2 -18.9) |
| LCH | lch(37.0 67.9 343.8) |
| OKLCH | oklch(0.485 0.205 345.8) |
Copy-ready code
/* CSS */
color: #a70077;
background-color: #a70077;
/* Tailwind (arbitrary) */
class="text-[#a70077] bg-[#a70077]"
/* SCSS */
$brand: #a70077;
/* SwiftUI */
Color(red: 0.655, green: 0.000, blue: 0.467)
/* Android */
Color.parseColor("#a70077")Accessibility — WCAG contrast
Aa
#a70077 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a70077 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green0.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow28.7%
Key (black)34.5%
Color previews
#a70077 text on a black background
contrast 2.91:1
Card sample
#a70077 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a70077;
Background color
Panel with #a70077 background
background-color: #a70077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a70077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 0, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 0, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a70077; background: linear-gradient(135deg, #a70077, #A70008);