#b41fdf
a balanced, electric violet · warm · closest name: magenta
RGB
180, 31, 223
HSL
287°, 76%, 50%
CMYK
19, 86, 0, 13
Luminance
0.1601
Every format
| HEX | #b41fdf |
| RGB | rgb(180, 31, 223) |
| HSL | hsl(287, 76%, 50%) |
| CMYK | cmyk(19%, 86%, 0%, 13%) |
| LAB | lab(47.0 78.6 -65.0) |
| LCH | lch(47.0 102.0 320.4) |
| OKLCH | oklch(0.579 0.266 316.5) |
Copy-ready code
/* CSS */
color: #b41fdf;
background-color: #b41fdf;
/* Tailwind (arbitrary) */
class="text-[#b41fdf] bg-[#b41fdf]"
/* SCSS */
$brand: #b41fdf;
/* SwiftUI */
Color(red: 0.706, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#b41fdf")Accessibility — WCAG contrast
Aa
#b41fdf on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41fdf on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green12.2%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b41fdf text on a black background
contrast 4.20:1
Card sample
#b41fdf text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41fdf;
Background color
Panel with #b41fdf background
background-color: #b41fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41fdf; background: linear-gradient(135deg, #b41fdf, #DF1F8A);