#a609af
a dark, electric magenta / pink · warm · closest name: purple
RGB
166, 9, 175
HSL
297°, 90%, 36%
CMYK
5, 95, 0, 31
Luminance
0.1140
Every format
| HEX | #a609af |
| RGB | rgb(166, 9, 175) |
| HSL | hsl(297, 90%, 36%) |
| CMYK | cmyk(5%, 95%, 0%, 31%) |
| LAB | lab(40.2 71.7 -48.0) |
| LCH | lch(40.2 86.3 326.2) |
| OKLCH | oklch(0.517 0.237 325.5) |
Copy-ready code
/* CSS */
color: #a609af;
background-color: #a609af;
/* Tailwind (arbitrary) */
class="text-[#a609af] bg-[#a609af]"
/* SCSS */
$brand: #a609af;
/* SwiftUI */
Color(red: 0.651, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#a609af")Accessibility — WCAG contrast
Aa
#a609af on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a609af on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green3.5%
Blue68.6%
CMYK percentages
Cyan5.1%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#a609af text on a black background
contrast 3.28:1
Card sample
#a609af text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a609af;
Background color
Panel with #a609af background
background-color: #a609af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a609af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a609af; background: linear-gradient(135deg, #a609af, #AF094A);