#b50dfd
a balanced, electric violet · warm · closest name: magenta
RGB
181, 13, 253
HSL
282°, 98%, 52%
CMYK
29, 95, 0, 1
Luminance
0.1720
Every format
| HEX | #b50dfd |
| RGB | rgb(181, 13, 253) |
| HSL | hsl(282, 98%, 52%) |
| CMYK | cmyk(29%, 95%, 0%, 1%) |
| LAB | lab(48.5 86.8 -79.4) |
| LCH | lch(48.5 117.6 317.5) |
| OKLCH | oklch(0.597 0.297 310.4) |
Copy-ready code
/* CSS */
color: #b50dfd;
background-color: #b50dfd;
/* Tailwind (arbitrary) */
class="text-[#b50dfd] bg-[#b50dfd]"
/* SCSS */
$brand: #b50dfd;
/* SwiftUI */
Color(red: 0.710, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#b50dfd")Accessibility — WCAG contrast
Aa
#b50dfd on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b50dfd on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green5.1%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b50dfd text on a black background
contrast 4.44:1
Card sample
#b50dfd text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b50dfd;
Background color
Panel with #b50dfd background
background-color: #b50dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b50dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b50dfd; background: linear-gradient(135deg, #b50dfd, #FD0DA5);