#a413df
a balanced, electric violet · warm · closest name: magenta
RGB
164, 19, 223
HSL
283°, 84%, 48%
CMYK
27, 92, 0, 13
Luminance
0.1369
Every format
| HEX | #a413df |
| RGB | rgb(164, 19, 223) |
| HSL | hsl(283, 84%, 48%) |
| CMYK | cmyk(27%, 92%, 0%, 13%) |
| LAB | lab(43.8 78.4 -70.3) |
| LCH | lch(43.8 105.3 318.1) |
| OKLCH | oklch(0.552 0.268 311.8) |
Copy-ready code
/* CSS */
color: #a413df;
background-color: #a413df;
/* Tailwind (arbitrary) */
class="text-[#a413df] bg-[#a413df]"
/* SCSS */
$brand: #a413df;
/* SwiftUI */
Color(red: 0.643, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#a413df")Accessibility — WCAG contrast
Aa
#a413df on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a413df on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green7.5%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#a413df text on a black background
contrast 3.74:1
Card sample
#a413df text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a413df;
Background color
Panel with #a413df background
background-color: #a413df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a413df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a413df; background: linear-gradient(135deg, #a413df, #DF1392);