#a704df
a dark, electric violet · warm · closest name: magenta
RGB
167, 4, 223
HSL
285°, 97%, 45%
CMYK
25, 98, 0, 13
Luminance
0.1363
Every format
| HEX | #a704df |
| RGB | rgb(167, 4, 223) |
| HSL | hsl(285, 97%, 45%) |
| CMYK | cmyk(25%, 98%, 0%, 13%) |
| LAB | lab(43.7 80.4 -70.4) |
| LCH | lch(43.7 106.9 318.8) |
| OKLCH | oklch(0.552 0.273 313.0) |
Copy-ready code
/* CSS */
color: #a704df;
background-color: #a704df;
/* Tailwind (arbitrary) */
class="text-[#a704df] bg-[#a704df]"
/* SCSS */
$brand: #a704df;
/* SwiftUI */
Color(red: 0.655, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#a704df")Accessibility — WCAG contrast
Aa
#a704df on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a704df on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green1.6%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a704df text on a black background
contrast 3.73:1
Card sample
#a704df text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a704df;
Background color
Panel with #a704df background
background-color: #a704df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a704df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a704df; background: linear-gradient(135deg, #a704df, #DF0485);