#a641fd
a balanced, electric violet · warm · closest name: magenta
RGB
166, 65, 253
HSL
272°, 98%, 62%
CMYK
34, 74, 0, 1
Luminance
0.1898
Every format
| HEX | #a641fd |
| RGB | rgb(166, 65, 253) |
| HSL | hsl(272, 98%, 62%) |
| CMYK | cmyk(34%, 74%, 0%, 1%) |
| LAB | lab(50.7 72.2 -76.0) |
| LCH | lch(50.7 104.8 313.5) |
| OKLCH | oklch(0.607 0.261 303.8) |
Copy-ready code
/* CSS */
color: #a641fd;
background-color: #a641fd;
/* Tailwind (arbitrary) */
class="text-[#a641fd] bg-[#a641fd]"
/* SCSS */
$brand: #a641fd;
/* SwiftUI */
Color(red: 0.651, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#a641fd")Accessibility — WCAG contrast
Aa
#a641fd on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a641fd on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green25.5%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#a641fd text on a black background
contrast 4.80:1
Card sample
#a641fd text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a641fd;
Background color
Panel with #a641fd background
background-color: #a641fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a641fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a641fd; background: linear-gradient(135deg, #a641fd, #FD41D7);