#a10864
a dark, electric magenta / pink · warm · closest name: purple
RGB
161, 8, 100
HSL
324°, 91%, 33%
CMYK
0, 95, 38, 37
Luminance
0.0867
Every format
| HEX | #a10864 |
| RGB | rgb(161, 8, 100) |
| HSL | hsl(324, 91%, 33%) |
| CMYK | cmyk(0%, 95%, 38%, 37%) |
| LAB | lab(35.4 60.9 -9.5) |
| LCH | lch(35.4 61.6 351.1) |
| OKLCH | oklch(0.468 0.189 352.6) |
Copy-ready code
/* CSS */
color: #a10864;
background-color: #a10864;
/* Tailwind (arbitrary) */
class="text-[#a10864] bg-[#a10864]"
/* SCSS */
$brand: #a10864;
/* SwiftUI */
Color(red: 0.631, green: 0.031, blue: 0.392)
/* Android */
Color.parseColor("#a10864")Accessibility — WCAG contrast
Aa
#a10864 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a10864 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green3.1%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta95.0%
Yellow37.9%
Key (black)36.9%
Color previews
#a10864 text on a black background
contrast 2.73:1
Card sample
#a10864 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a10864;
Background color
Panel with #a10864 background
background-color: #a10864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a10864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 8, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 8, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a10864; background: linear-gradient(135deg, #a10864, #A11208);