#a511af
a dark, electric magenta / pink · warm · closest name: purple
RGB
165, 17, 175
HSL
296°, 82%, 38%
CMYK
6, 90, 0, 31
Luminance
0.1150
Every format
| HEX | #a511af |
| RGB | rgb(165, 17, 175) |
| HSL | hsl(296, 82%, 38%) |
| CMYK | cmyk(6%, 90%, 0%, 31%) |
| LAB | lab(40.4 70.5 -47.8) |
| LCH | lch(40.4 85.2 325.9) |
| OKLCH | oklch(0.518 0.233 325.1) |
Copy-ready code
/* CSS */
color: #a511af;
background-color: #a511af;
/* Tailwind (arbitrary) */
class="text-[#a511af] bg-[#a511af]"
/* SCSS */
$brand: #a511af;
/* SwiftUI */
Color(red: 0.647, green: 0.067, blue: 0.686)
/* Android */
Color.parseColor("#a511af")Accessibility — WCAG contrast
Aa
#a511af on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a511af on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green6.7%
Blue68.6%
CMYK percentages
Cyan5.7%
Magenta90.3%
Yellow0.0%
Key (black)31.4%
Color previews
#a511af text on a black background
contrast 3.30:1
Card sample
#a511af text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a511af;
Background color
Panel with #a511af background
background-color: #a511af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a511af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 17, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 17, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a511af; background: linear-gradient(135deg, #a511af, #AF1150);