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