#b50dfb
a balanced, electric violet · warm · closest name: magenta
RGB
181, 13, 251
HSL
282°, 97%, 52%
CMYK
28, 95, 0, 2
Luminance
0.1708
Every format
| HEX | #b50dfb |
| RGB | rgb(181, 13, 251) |
| HSL | hsl(282, 97%, 52%) |
| CMYK | cmyk(28%, 95%, 0%, 2%) |
| LAB | lab(48.4 86.4 -78.5) |
| LCH | lch(48.4 116.8 317.7) |
| OKLCH | oklch(0.595 0.295 310.9) |
Copy-ready code
/* CSS */
color: #b50dfb;
background-color: #b50dfb;
/* Tailwind (arbitrary) */
class="text-[#b50dfb] bg-[#b50dfb]"
/* SCSS */
$brand: #b50dfb;
/* SwiftUI */
Color(red: 0.710, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#b50dfb")Accessibility — WCAG contrast
Aa
#b50dfb on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b50dfb on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green5.1%
Blue98.4%
CMYK percentages
Cyan27.9%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b50dfb text on a black background
contrast 4.42:1
Card sample
#b50dfb text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b50dfb;
Background color
Panel with #b50dfb background
background-color: #b50dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b50dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b50dfb; background: linear-gradient(135deg, #b50dfb, #FB0DA2);