#b71cf4
a balanced, electric violet · warm · closest name: magenta
RGB
183, 28, 244
HSL
283°, 91%, 53%
CMYK
25, 89, 0, 4
Luminance
0.1743
Every format
| HEX | #b71cf4 |
| RGB | rgb(183, 28, 244) |
| HSL | hsl(283, 91%, 53%) |
| CMYK | cmyk(25%, 89%, 0%, 4%) |
| LAB | lab(48.8 83.4 -73.9) |
| LCH | lch(48.8 111.4 318.5) |
| OKLCH | oklch(0.597 0.285 312.6) |
Copy-ready code
/* CSS */
color: #b71cf4;
background-color: #b71cf4;
/* Tailwind (arbitrary) */
class="text-[#b71cf4] bg-[#b71cf4]"
/* SCSS */
$brand: #b71cf4;
/* SwiftUI */
Color(red: 0.718, green: 0.110, blue: 0.957)
/* Android */
Color.parseColor("#b71cf4")Accessibility — WCAG contrast
Aa
#b71cf4 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b71cf4 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green11.0%
Blue95.7%
CMYK percentages
Cyan25.0%
Magenta88.5%
Yellow0.0%
Key (black)4.3%
Color previews
#b71cf4 text on a black background
contrast 4.49:1
Card sample
#b71cf4 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b71cf4;
Background color
Panel with #b71cf4 background
background-color: #b71cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b71cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 28, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 28, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b71cf4; background: linear-gradient(135deg, #b71cf4, #F41CA1);