#a60e94
a dark, electric magenta / pink · warm · closest name: purple
RGB
166, 14, 148
HSL
307°, 84%, 35%
CMYK
0, 92, 11, 35
Luminance
0.1056
Every format
| HEX | #a60e94 |
| RGB | rgb(166, 14, 148) |
| HSL | hsl(307, 84%, 35%) |
| CMYK | cmyk(0%, 92%, 11%, 35%) |
| LAB | lab(38.8 67.0 -34.0) |
| LCH | lch(38.8 75.2 333.1) |
| OKLCH | oklch(0.502 0.217 334.4) |
Copy-ready code
/* CSS */
color: #a60e94;
background-color: #a60e94;
/* Tailwind (arbitrary) */
class="text-[#a60e94] bg-[#a60e94]"
/* SCSS */
$brand: #a60e94;
/* SwiftUI */
Color(red: 0.651, green: 0.055, blue: 0.580)
/* Android */
Color.parseColor("#a60e94")Accessibility — WCAG contrast
Aa
#a60e94 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a60e94 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green5.5%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow10.8%
Key (black)34.9%
Color previews
#a60e94 text on a black background
contrast 3.11:1
Card sample
#a60e94 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a60e94;
Background color
Panel with #a60e94 background
background-color: #a60e94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a60e94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 14, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 14, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a60e94; background: linear-gradient(135deg, #a60e94, #A60E2F);