#b41dfd
a balanced, electric violet · warm · closest name: magenta
RGB
180, 29, 253
HSL
280°, 98%, 55%
CMYK
29, 89, 0, 1
Luminance
0.1767
Every format
| HEX | #b41dfd |
| RGB | rgb(180, 29, 253) |
| HSL | hsl(280, 98%, 55%) |
| CMYK | cmyk(29%, 89%, 0%, 1%) |
| LAB | lab(49.1 84.4 -78.5) |
| LCH | lch(49.1 115.3 317.1) |
| OKLCH | oklch(0.600 0.290 309.8) |
Copy-ready code
/* CSS */
color: #b41dfd;
background-color: #b41dfd;
/* Tailwind (arbitrary) */
class="text-[#b41dfd] bg-[#b41dfd]"
/* SCSS */
$brand: #b41dfd;
/* SwiftUI */
Color(red: 0.706, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#b41dfd")Accessibility — WCAG contrast
Aa
#b41dfd on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41dfd on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green11.4%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b41dfd text on a black background
contrast 4.53:1
Card sample
#b41dfd text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41dfd;
Background color
Panel with #b41dfd background
background-color: #b41dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41dfd; background: linear-gradient(135deg, #b41dfd, #FD1DB1);