#a313eb
a balanced, electric violet · warm · closest name: magenta
RGB
163, 19, 235
HSL
280°, 85%, 50%
CMYK
31, 92, 0, 8
Luminance
0.1425
Every format
| HEX | #a313eb |
| RGB | rgb(163, 19, 235) |
| HSL | hsl(280, 85%, 50%) |
| CMYK | cmyk(31%, 92%, 0%, 8%) |
| LAB | lab(44.6 80.5 -75.8) |
| LCH | lch(44.6 110.6 316.7) |
| OKLCH | oklch(0.560 0.277 308.8) |
Copy-ready code
/* CSS */
color: #a313eb;
background-color: #a313eb;
/* Tailwind (arbitrary) */
class="text-[#a313eb] bg-[#a313eb]"
/* SCSS */
$brand: #a313eb;
/* SwiftUI */
Color(red: 0.639, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#a313eb")Accessibility — WCAG contrast
Aa
#a313eb on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a313eb on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green7.5%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a313eb text on a black background
contrast 3.85:1
Card sample
#a313eb text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a313eb;
Background color
Panel with #a313eb background
background-color: #a313eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a313eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a313eb; background: linear-gradient(135deg, #a313eb, #EB13A3);