#b41afd
a balanced, electric violet · warm · closest name: magenta
RGB
180, 26, 253
HSL
281°, 98%, 55%
CMYK
29, 90, 0, 1
Luminance
0.1753
Every format
| HEX | #b41afd |
| RGB | rgb(180, 26, 253) |
| HSL | hsl(281, 98%, 55%) |
| CMYK | cmyk(29%, 90%, 0%, 1%) |
| LAB | lab(48.9 85.0 -78.7) |
| LCH | lch(48.9 115.8 317.2) |
| OKLCH | oklch(0.599 0.292 309.9) |
Copy-ready code
/* CSS */
color: #b41afd;
background-color: #b41afd;
/* Tailwind (arbitrary) */
class="text-[#b41afd] bg-[#b41afd]"
/* SCSS */
$brand: #b41afd;
/* SwiftUI */
Color(red: 0.706, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#b41afd")Accessibility — WCAG contrast
Aa
#b41afd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41afd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green10.2%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b41afd text on a black background
contrast 4.51:1
Card sample
#b41afd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41afd;
Background color
Panel with #b41afd background
background-color: #b41afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41afd; background: linear-gradient(135deg, #b41afd, #FD1AAF);