#a005df
a dark, electric violet · warm · closest name: magenta
RGB
160, 5, 223
HSL
283°, 96%, 45%
CMYK
28, 98, 0, 13
Luminance
0.1291
Every format
| HEX | #a005df |
| RGB | rgb(160, 5, 223) |
| HSL | hsl(283, 96%, 45%) |
| CMYK | cmyk(28%, 98%, 0%, 13%) |
| LAB | lab(42.6 79.5 -72.2) |
| LCH | lch(42.6 107.4 317.7) |
| OKLCH | oklch(0.542 0.271 310.8) |
Copy-ready code
/* CSS */
color: #a005df;
background-color: #a005df;
/* Tailwind (arbitrary) */
class="text-[#a005df] bg-[#a005df]"
/* SCSS */
$brand: #a005df;
/* SwiftUI */
Color(red: 0.627, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#a005df")Accessibility — WCAG contrast
Aa
#a005df on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a005df on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green2.0%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#a005df text on a black background
contrast 3.58:1
Card sample
#a005df text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a005df;
Background color
Panel with #a005df background
background-color: #a005df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a005df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a005df; background: linear-gradient(135deg, #a005df, #DF058D);