#a2139c
a dark, electric magenta / pink · warm · closest name: purple
RGB
162, 19, 156
HSL
303°, 79%, 36%
CMYK
0, 88, 4, 37
Luminance
0.1055
Every format
| HEX | #a2139c |
| RGB | rgb(162, 19, 156) |
| HSL | hsl(303, 79%, 36%) |
| CMYK | cmyk(0%, 88%, 4%, 37%) |
| LAB | lab(38.8 66.7 -39.0) |
| LCH | lch(38.8 77.2 329.7) |
| OKLCH | oklch(0.502 0.218 330.3) |
Copy-ready code
/* CSS */
color: #a2139c;
background-color: #a2139c;
/* Tailwind (arbitrary) */
class="text-[#a2139c] bg-[#a2139c]"
/* SCSS */
$brand: #a2139c;
/* SwiftUI */
Color(red: 0.635, green: 0.075, blue: 0.612)
/* Android */
Color.parseColor("#a2139c")Accessibility — WCAG contrast
Aa
#a2139c on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a2139c on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green7.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow3.7%
Key (black)36.5%
Color previews
#a2139c text on a black background
contrast 3.11:1
Card sample
#a2139c text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2139c;
Background color
Panel with #a2139c background
background-color: #a2139c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2139c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 19, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 19, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2139c; background: linear-gradient(135deg, #a2139c, #A2133D);