#a2115d
a dark, electric magenta / pink · warm · closest name: purple
RGB
162, 17, 93
HSL
329°, 81%, 35%
CMYK
0, 90, 43, 37
Luminance
0.0887
Every format
| HEX | #a2115d |
| RGB | rgb(162, 17, 93) |
| HSL | hsl(329, 81%, 35%) |
| CMYK | cmyk(0%, 90%, 43%, 37%) |
| LAB | lab(35.7 59.1 -4.4) |
| LCH | lch(35.7 59.3 355.7) |
| OKLCH | oklch(0.470 0.183 356.6) |
Copy-ready code
/* CSS */
color: #a2115d;
background-color: #a2115d;
/* Tailwind (arbitrary) */
class="text-[#a2115d] bg-[#a2115d]"
/* SCSS */
$brand: #a2115d;
/* SwiftUI */
Color(red: 0.635, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#a2115d")Accessibility — WCAG contrast
Aa
#a2115d on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a2115d on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow42.6%
Key (black)36.5%
Color previews
#a2115d text on a black background
contrast 2.77:1
Card sample
#a2115d text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2115d;
Background color
Panel with #a2115d background
background-color: #a2115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2115d; background: linear-gradient(135deg, #a2115d, #A22611);