#a613eb
a balanced, electric violet · warm · closest name: magenta
RGB
166, 19, 235
HSL
281°, 85%, 50%
CMYK
29, 92, 0, 8
Luminance
0.1457
Every format
| HEX | #a613eb |
| RGB | rgb(166, 19, 235) |
| HSL | hsl(281, 85%, 50%) |
| CMYK | cmyk(29%, 92%, 0%, 8%) |
| LAB | lab(45.0 80.9 -75.0) |
| LCH | lch(45.0 110.3 317.1) |
| OKLCH | oklch(0.564 0.278 309.7) |
Copy-ready code
/* CSS */
color: #a613eb;
background-color: #a613eb;
/* Tailwind (arbitrary) */
class="text-[#a613eb] bg-[#a613eb]"
/* SCSS */
$brand: #a613eb;
/* SwiftUI */
Color(red: 0.651, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#a613eb")Accessibility — WCAG contrast
Aa
#a613eb on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a613eb on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green7.5%
Blue92.2%
CMYK percentages
Cyan29.4%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a613eb text on a black background
contrast 3.91:1
Card sample
#a613eb text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a613eb;
Background color
Panel with #a613eb background
background-color: #a613eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a613eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a613eb; background: linear-gradient(135deg, #a613eb, #EB13A0);