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