#a7005f
a dark, electric magenta / pink · warm · closest name: purple
RGB
167, 0, 95
HSL
326°, 100%, 33%
CMYK
0, 100, 43, 35
Luminance
0.0904
Every format
| HEX | #a7005f |
| RGB | rgb(167, 0, 95) |
| HSL | hsl(326, 100%, 33%) |
| CMYK | cmyk(0%, 100%, 43%, 35%) |
| LAB | lab(36.1 62.7 -5.1) |
| LCH | lch(36.1 62.9 355.4) |
| OKLCH | oklch(0.475 0.194 356.3) |
Copy-ready code
/* CSS */
color: #a7005f;
background-color: #a7005f;
/* Tailwind (arbitrary) */
class="text-[#a7005f] bg-[#a7005f]"
/* SCSS */
$brand: #a7005f;
/* SwiftUI */
Color(red: 0.655, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#a7005f")Accessibility — WCAG contrast
Aa
#a7005f on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a7005f on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow43.1%
Key (black)34.5%
Color previews
#a7005f text on a black background
contrast 2.81:1
Card sample
#a7005f text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7005f;
Background color
Panel with #a7005f background
background-color: #a7005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7005f; background: linear-gradient(135deg, #a7005f, #A71000);