#b520fd
a balanced, electric violet · warm · closest name: magenta
RGB
181, 32, 253
HSL
281°, 98%, 56%
CMYK
29, 87, 0, 1
Luminance
0.1795
Every format
| HEX | #b520fd |
| RGB | rgb(181, 32, 253) |
| HSL | hsl(281, 98%, 56%) |
| CMYK | cmyk(29%, 87%, 0%, 1%) |
| LAB | lab(49.4 84.0 -77.9) |
| LCH | lch(49.4 114.6 317.2) |
| OKLCH | oklch(0.603 0.289 310.0) |
Copy-ready code
/* CSS */
color: #b520fd;
background-color: #b520fd;
/* Tailwind (arbitrary) */
class="text-[#b520fd] bg-[#b520fd]"
/* SCSS */
$brand: #b520fd;
/* SwiftUI */
Color(red: 0.710, green: 0.125, blue: 0.992)
/* Android */
Color.parseColor("#b520fd")Accessibility — WCAG contrast
Aa
#b520fd on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b520fd on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green12.5%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta87.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b520fd text on a black background
contrast 4.59:1
Card sample
#b520fd text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b520fd;
Background color
Panel with #b520fd background
background-color: #b520fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b520fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 32, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 32, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b520fd; background: linear-gradient(135deg, #b520fd, #FD20B2);