#b41dfb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 29, 251
HSL
281°, 97%, 55%
CMYK
28, 88, 0, 2
Luminance
0.1755
Every format
| HEX | #b41dfb |
| RGB | rgb(180, 29, 251) |
| HSL | hsl(281, 97%, 55%) |
| CMYK | cmyk(28%, 88%, 0%, 2%) |
| LAB | lab(48.9 84.1 -77.6) |
| LCH | lch(48.9 114.4 317.3) |
| OKLCH | oklch(0.599 0.289 310.3) |
Copy-ready code
/* CSS */
color: #b41dfb;
background-color: #b41dfb;
/* Tailwind (arbitrary) */
class="text-[#b41dfb] bg-[#b41dfb]"
/* SCSS */
$brand: #b41dfb;
/* SwiftUI */
Color(red: 0.706, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#b41dfb")Accessibility — WCAG contrast
Aa
#b41dfb on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41dfb on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green11.4%
Blue98.4%
CMYK percentages
Cyan28.3%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#b41dfb text on a black background
contrast 4.51:1
Card sample
#b41dfb text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41dfb;
Background color
Panel with #b41dfb background
background-color: #b41dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41dfb; background: linear-gradient(135deg, #b41dfb, #FB1DAE);