#a805af
a dark, electric magenta / pink · warm · closest name: purple
RGB
168, 5, 175
HSL
298°, 94%, 35%
CMYK
4, 97, 0, 31
Luminance
0.1153
Every format
| HEX | #a805af |
| RGB | rgb(168, 5, 175) |
| HSL | hsl(298, 94%, 35%) |
| CMYK | cmyk(4%, 97%, 0%, 31%) |
| LAB | lab(40.5 72.4 -47.7) |
| LCH | lch(40.5 86.7 326.6) |
| OKLCH | oklch(0.519 0.239 326.2) |
Copy-ready code
/* CSS */
color: #a805af;
background-color: #a805af;
/* Tailwind (arbitrary) */
class="text-[#a805af] bg-[#a805af]"
/* SCSS */
$brand: #a805af;
/* SwiftUI */
Color(red: 0.659, green: 0.020, blue: 0.686)
/* Android */
Color.parseColor("#a805af")Accessibility — WCAG contrast
Aa
#a805af on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a805af on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green2.0%
Blue68.6%
CMYK percentages
Cyan4.0%
Magenta97.1%
Yellow0.0%
Key (black)31.4%
Color previews
#a805af text on a black background
contrast 3.31:1
Card sample
#a805af text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a805af;
Background color
Panel with #a805af background
background-color: #a805af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a805af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 5, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 5, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a805af; background: linear-gradient(135deg, #a805af, #AF0545);