#a60e78
a dark, electric magenta / pink · warm · closest name: purple
RGB
166, 14, 120
HSL
318°, 84%, 35%
CMYK
0, 92, 28, 35
Luminance
0.0978
Every format
| HEX | #a60e78 |
| RGB | rgb(166, 14, 120) |
| HSL | hsl(318, 84%, 35%) |
| CMYK | cmyk(0%, 92%, 28%, 35%) |
| LAB | lab(37.4 63.4 -18.9) |
| LCH | lch(37.4 66.2 343.4) |
| OKLCH | oklch(0.487 0.200 345.4) |
Copy-ready code
/* CSS */
color: #a60e78;
background-color: #a60e78;
/* Tailwind (arbitrary) */
class="text-[#a60e78] bg-[#a60e78]"
/* SCSS */
$brand: #a60e78;
/* SwiftUI */
Color(red: 0.651, green: 0.055, blue: 0.471)
/* Android */
Color.parseColor("#a60e78")Accessibility — WCAG contrast
Aa
#a60e78 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a60e78 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green5.5%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow27.7%
Key (black)34.9%
Color previews
#a60e78 text on a black background
contrast 2.96:1
Card sample
#a60e78 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a60e78;
Background color
Panel with #a60e78 background
background-color: #a60e78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a60e78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 14, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 14, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a60e78; background: linear-gradient(135deg, #a60e78, #A60E13);