#a21189
a dark, electric magenta / pink · warm · closest name: purple
RGB
162, 17, 137
HSL
310°, 81%, 35%
CMYK
0, 90, 15, 37
Luminance
0.0989
Every format
| HEX | #a21189 |
| RGB | rgb(162, 17, 137) |
| HSL | hsl(310, 81%, 35%) |
| CMYK | cmyk(0%, 90%, 15%, 37%) |
| LAB | lab(37.6 64.3 -29.2) |
| LCH | lch(37.6 70.6 335.5) |
| OKLCH | oklch(0.490 0.206 337.3) |
Copy-ready code
/* CSS */
color: #a21189;
background-color: #a21189;
/* Tailwind (arbitrary) */
class="text-[#a21189] bg-[#a21189]"
/* SCSS */
$brand: #a21189;
/* SwiftUI */
Color(red: 0.635, green: 0.067, blue: 0.537)
/* Android */
Color.parseColor("#a21189")Accessibility — WCAG contrast
Aa
#a21189 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a21189 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green6.7%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow15.4%
Key (black)36.5%
Color previews
#a21189 text on a black background
contrast 2.98:1
Card sample
#a21189 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a21189;
Background color
Panel with #a21189 background
background-color: #a21189;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a21189;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 17, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 17, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a21189; background: linear-gradient(135deg, #a21189, #A21128);