#b71fef
a balanced, electric violet · warm · closest name: magenta
RGB
183, 31, 239
HSL
284°, 87%, 53%
CMYK
23, 87, 0, 6
Luminance
0.1728
Every format
| HEX | #b71fef |
| RGB | rgb(183, 31, 239) |
| HSL | hsl(284, 87%, 53%) |
| CMYK | cmyk(23%, 87%, 0%, 6%) |
| LAB | lab(48.6 81.9 -71.4) |
| LCH | lch(48.6 108.7 318.9) |
| OKLCH | oklch(0.595 0.280 313.7) |
Copy-ready code
/* CSS */
color: #b71fef;
background-color: #b71fef;
/* Tailwind (arbitrary) */
class="text-[#b71fef] bg-[#b71fef]"
/* SCSS */
$brand: #b71fef;
/* SwiftUI */
Color(red: 0.718, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#b71fef")Accessibility — WCAG contrast
Aa
#b71fef on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b71fef on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green12.2%
Blue93.7%
CMYK percentages
Cyan23.4%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#b71fef text on a black background
contrast 4.46:1
Card sample
#b71fef text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b71fef;
Background color
Panel with #b71fef background
background-color: #b71fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b71fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b71fef; background: linear-gradient(135deg, #b71fef, #EF1F9C);