#a6115d
a dark, electric magenta / pink · warm · closest name: purple
RGB
166, 17, 93
HSL
329°, 81%, 36%
CMYK
0, 90, 44, 35
Luminance
0.0930
Every format
| HEX | #a6115d |
| RGB | rgb(166, 17, 93) |
| HSL | hsl(329, 81%, 36%) |
| CMYK | cmyk(0%, 90%, 44%, 35%) |
| LAB | lab(36.6 60.1 -3.1) |
| LCH | lch(36.6 60.2 357.0) |
| OKLCH | oklch(0.478 0.185 357.7) |
Copy-ready code
/* CSS */
color: #a6115d;
background-color: #a6115d;
/* Tailwind (arbitrary) */
class="text-[#a6115d] bg-[#a6115d]"
/* SCSS */
$brand: #a6115d;
/* SwiftUI */
Color(red: 0.651, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#a6115d")Accessibility — WCAG contrast
Aa
#a6115d on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a6115d on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow44.0%
Key (black)34.9%
Color previews
#a6115d text on a black background
contrast 2.86:1
Card sample
#a6115d text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6115d;
Background color
Panel with #a6115d background
background-color: #a6115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6115d; background: linear-gradient(135deg, #a6115d, #A62811);