#b520eb
a balanced, electric violet · warm · closest name: magenta
RGB
181, 32, 235
HSL
284°, 84%, 52%
CMYK
23, 86, 0, 8
Luminance
0.1685
Every format
| HEX | #b520eb |
| RGB | rgb(181, 32, 235) |
| HSL | hsl(284, 84%, 52%) |
| CMYK | cmyk(23%, 86%, 0%, 8%) |
| LAB | lab(48.1 80.7 -70.0) |
| LCH | lch(48.1 106.8 319.1) |
| OKLCH | oklch(0.589 0.275 313.9) |
Copy-ready code
/* CSS */
color: #b520eb;
background-color: #b520eb;
/* Tailwind (arbitrary) */
class="text-[#b520eb] bg-[#b520eb]"
/* SCSS */
$brand: #b520eb;
/* SwiftUI */
Color(red: 0.710, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#b520eb")Accessibility — WCAG contrast
Aa
#b520eb on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b520eb on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green12.5%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b520eb text on a black background
contrast 4.37:1
Card sample
#b520eb text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b520eb;
Background color
Panel with #b520eb background
background-color: #b520eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b520eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b520eb; background: linear-gradient(135deg, #b520eb, #EB209A);