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