#a7309c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
167, 48, 156
HSL
306°, 55%, 42%
CMYK
0, 71, 7, 35
Luminance
0.1273
Every format
| HEX | #a7309c |
| RGB | rgb(167, 48, 156) |
| HSL | hsl(306, 55%, 42%) |
| CMYK | cmyk(0%, 71%, 7%, 35%) |
| LAB | lab(42.4 60.0 -33.3) |
| LCH | lch(42.4 68.6 331.0) |
| OKLCH | oklch(0.529 0.195 332.0) |
Copy-ready code
/* CSS */
color: #a7309c;
background-color: #a7309c;
/* Tailwind (arbitrary) */
class="text-[#a7309c] bg-[#a7309c]"
/* SCSS */
$brand: #a7309c;
/* SwiftUI */
Color(red: 0.655, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#a7309c")Accessibility — WCAG contrast
Aa
#a7309c on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a7309c on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green18.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow6.6%
Key (black)34.5%
Color previews
#a7309c text on a black background
contrast 3.55:1
Card sample
#a7309c text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7309c;
Background color
Panel with #a7309c background
background-color: #a7309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7309c; background: linear-gradient(135deg, #a7309c, #A7304D);