#a81f8a
a dark, vivid magenta / pink · warm · closest name: purple
RGB
168, 31, 138
HSL
313°, 69%, 39%
CMYK
0, 82, 18, 34
Luminance
0.1114
Every format
| HEX | #a81f8a |
| RGB | rgb(168, 31, 138) |
| HSL | hsl(313, 69%, 39%) |
| CMYK | cmyk(0%, 82%, 18%, 34%) |
| LAB | lab(39.8 62.8 -26.4) |
| LCH | lch(39.8 68.1 337.2) |
| OKLCH | oklch(0.508 0.200 339.1) |
Copy-ready code
/* CSS */
color: #a81f8a;
background-color: #a81f8a;
/* Tailwind (arbitrary) */
class="text-[#a81f8a] bg-[#a81f8a]"
/* SCSS */
$brand: #a81f8a;
/* SwiftUI */
Color(red: 0.659, green: 0.122, blue: 0.541)
/* Android */
Color.parseColor("#a81f8a")Accessibility — WCAG contrast
Aa
#a81f8a on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a81f8a on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green12.2%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow17.9%
Key (black)34.1%
Color previews
#a81f8a text on a black background
contrast 3.23:1
Card sample
#a81f8a text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a81f8a;
Background color
Panel with #a81f8a background
background-color: #a81f8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a81f8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 31, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 31, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a81f8a; background: linear-gradient(135deg, #a81f8a, #A81F2F);