#a8317d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
168, 49, 125
HSL
322°, 55%, 43%
CMYK
0, 71, 26, 34
Luminance
0.1200
Every format
| HEX | #a8317d |
| RGB | rgb(168, 49, 125) |
| HSL | hsl(322, 55%, 43%) |
| CMYK | cmyk(0%, 71%, 26%, 34%) |
| LAB | lab(41.2 55.4 -16.2) |
| LCH | lch(41.2 57.7 343.7) |
| OKLCH | oklch(0.516 0.173 345.6) |
Copy-ready code
/* CSS */
color: #a8317d;
background-color: #a8317d;
/* Tailwind (arbitrary) */
class="text-[#a8317d] bg-[#a8317d]"
/* SCSS */
$brand: #a8317d;
/* SwiftUI */
Color(red: 0.659, green: 0.192, blue: 0.490)
/* Android */
Color.parseColor("#a8317d")Accessibility — WCAG contrast
Aa
#a8317d on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a8317d on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green19.2%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow25.6%
Key (black)34.1%
Color previews
#a8317d text on a black background
contrast 3.40:1
Card sample
#a8317d text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8317d;
Background color
Panel with #a8317d background
background-color: #a8317d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8317d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 49, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 49, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8317d; background: linear-gradient(135deg, #a8317d, #A83431);