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