#a31ba3
a dark, vivid magenta / pink · warm · closest name: purple
RGB
163, 27, 163
HSL
300°, 72%, 37%
CMYK
0, 83, 0, 36
Luminance
0.1121
Every format
| HEX | #a31ba3 |
| RGB | rgb(163, 27, 163) |
| HSL | hsl(300, 72%, 37%) |
| CMYK | cmyk(0%, 83%, 0%, 36%) |
| LAB | lab(39.9 66.4 -41.4) |
| LCH | lch(39.9 78.2 328.0) |
| OKLCH | oklch(0.511 0.218 328.2) |
Copy-ready code
/* CSS */
color: #a31ba3;
background-color: #a31ba3;
/* Tailwind (arbitrary) */
class="text-[#a31ba3] bg-[#a31ba3]"
/* SCSS */
$brand: #a31ba3;
/* SwiftUI */
Color(red: 0.639, green: 0.106, blue: 0.639)
/* Android */
Color.parseColor("#a31ba3")Accessibility — WCAG contrast
Aa
#a31ba3 on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a31ba3 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green10.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow0.0%
Key (black)36.1%
Color previews
#a31ba3 text on a black background
contrast 3.24:1
Card sample
#a31ba3 text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a31ba3;
Background color
Panel with #a31ba3 background
background-color: #a31ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a31ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 27, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 27, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a31ba3; background: linear-gradient(135deg, #a31ba3, #A31B48);