#b41fff
a balanced, electric violet · warm · closest name: magenta
RGB
180, 31, 255
HSL
280°, 100%, 56%
CMYK
29, 88, 0, 0
Luminance
0.1790
Every format
| HEX | #b41fff |
| RGB | rgb(180, 31, 255) |
| HSL | hsl(280, 100%, 56%) |
| CMYK | cmyk(29%, 88%, 0%, 0%) |
| LAB | lab(49.4 84.5 -79.1) |
| LCH | lch(49.4 115.7 316.9) |
| OKLCH | oklch(0.603 0.291 309.4) |
Copy-ready code
/* CSS */
color: #b41fff;
background-color: #b41fff;
/* Tailwind (arbitrary) */
class="text-[#b41fff] bg-[#b41fff]"
/* SCSS */
$brand: #b41fff;
/* SwiftUI */
Color(red: 0.706, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#b41fff")Accessibility — WCAG contrast
Aa
#b41fff on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b41fff on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green12.2%
Blue100.0%
CMYK percentages
Cyan29.4%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b41fff text on a black background
contrast 4.58:1
Card sample
#b41fff text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b41fff;
Background color
Panel with #b41fff background
background-color: #b41fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b41fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b41fff; background: linear-gradient(135deg, #b41fff, #FF1FB5);