#a71dfb
a balanced, electric violet · warm · closest name: magenta
RGB
167, 29, 251
HSL
277°, 97%, 55%
CMYK
34, 88, 0, 2
Luminance
0.1606
Every format
| HEX | #a71dfb |
| RGB | rgb(167, 29, 251) |
| HSL | hsl(277, 97%, 55%) |
| CMYK | cmyk(34%, 88%, 0%, 2%) |
| LAB | lab(47.0 82.4 -80.8) |
| LCH | lch(47.0 115.4 315.6) |
| OKLCH | oklch(0.582 0.286 306.4) |
Copy-ready code
/* CSS */
color: #a71dfb;
background-color: #a71dfb;
/* Tailwind (arbitrary) */
class="text-[#a71dfb] bg-[#a71dfb]"
/* SCSS */
$brand: #a71dfb;
/* SwiftUI */
Color(red: 0.655, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#a71dfb")Accessibility — WCAG contrast
Aa
#a71dfb on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a71dfb on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green11.4%
Blue98.4%
CMYK percentages
Cyan33.5%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#a71dfb text on a black background
contrast 4.21:1
Card sample
#a71dfb text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a71dfb;
Background color
Panel with #a71dfb background
background-color: #a71dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a71dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a71dfb; background: linear-gradient(135deg, #a71dfb, #FB1DBB);