#a805c7
a dark, electric magenta / pink · warm · closest name: magenta
RGB
168, 5, 199
HSL
290°, 95%, 40%
CMYK
16, 98, 0, 22
Luminance
0.1256
Every format
| HEX | #a805c7 |
| RGB | rgb(168, 5, 199) |
| HSL | hsl(290, 95%, 40%) |
| CMYK | cmyk(16%, 98%, 0%, 22%) |
| LAB | lab(42.1 76.3 -59.2) |
| LCH | lch(42.1 96.5 322.2) |
| OKLCH | oklch(0.536 0.256 319.3) |
Copy-ready code
/* CSS */
color: #a805c7;
background-color: #a805c7;
/* Tailwind (arbitrary) */
class="text-[#a805c7] bg-[#a805c7]"
/* SCSS */
$brand: #a805c7;
/* SwiftUI */
Color(red: 0.659, green: 0.020, blue: 0.780)
/* Android */
Color.parseColor("#a805c7")Accessibility — WCAG contrast
Aa
#a805c7 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a805c7 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green2.0%
Blue78.0%
CMYK percentages
Cyan15.6%
Magenta97.5%
Yellow0.0%
Key (black)22.0%
Color previews
#a805c7 text on a black background
contrast 3.51:1
Card sample
#a805c7 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a805c7;
Background color
Panel with #a805c7 background
background-color: #a805c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a805c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 5, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 5, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a805c7; background: linear-gradient(135deg, #a805c7, #C70565);