#a613fd
a balanced, electric violet · warm · closest name: blue
RGB
166, 19, 253
HSL
278°, 98%, 53%
CMYK
34, 93, 0, 1
Luminance
0.1566
Every format
| HEX | #a613fd |
| RGB | rgb(166, 19, 253) |
| HSL | hsl(278, 98%, 53%) |
| CMYK | cmyk(34%, 93%, 0%, 1%) |
| LAB | lab(46.5 84.3 -82.7) |
| LCH | lch(46.5 118.1 315.5) |
| OKLCH | oklch(0.579 0.292 306.0) |
Copy-ready code
/* CSS */
color: #a613fd;
background-color: #a613fd;
/* Tailwind (arbitrary) */
class="text-[#a613fd] bg-[#a613fd]"
/* SCSS */
$brand: #a613fd;
/* SwiftUI */
Color(red: 0.651, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#a613fd")Accessibility — WCAG contrast
Aa
#a613fd on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a613fd on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green7.5%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#a613fd text on a black background
contrast 4.13:1
Card sample
#a613fd text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a613fd;
Background color
Panel with #a613fd background
background-color: #a613fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a613fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a613fd; background: linear-gradient(135deg, #a613fd, #FD13B8);