#b71cfb
a balanced, electric violet · warm · closest name: magenta
RGB
183, 28, 251
HSL
282°, 97%, 55%
CMYK
27, 89, 0, 2
Luminance
0.1786
Every format
| HEX | #b71cfb |
| RGB | rgb(183, 28, 251) |
| HSL | hsl(282, 97%, 55%) |
| CMYK | cmyk(27%, 89%, 0%, 2%) |
| LAB | lab(49.3 84.6 -76.9) |
| LCH | lch(49.3 114.4 317.7) |
| OKLCH | oklch(0.602 0.290 311.1) |
Copy-ready code
/* CSS */
color: #b71cfb;
background-color: #b71cfb;
/* Tailwind (arbitrary) */
class="text-[#b71cfb] bg-[#b71cfb]"
/* SCSS */
$brand: #b71cfb;
/* SwiftUI */
Color(red: 0.718, green: 0.110, blue: 0.984)
/* Android */
Color.parseColor("#b71cfb")Accessibility — WCAG contrast
Aa
#b71cfb on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b71cfb on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green11.0%
Blue98.4%
CMYK percentages
Cyan27.1%
Magenta88.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b71cfb text on a black background
contrast 4.57:1
Card sample
#b71cfb text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b71cfb;
Background color
Panel with #b71cfb background
background-color: #b71cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b71cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 28, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 28, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b71cfb; background: linear-gradient(135deg, #b71cfb, #FB1CAA);