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