#ba32eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 50, 235
HSL
284°, 82%, 56%
CMYK
21, 79, 0, 8
Luminance
0.1872
Every format
| HEX | #ba32eb |
| RGB | rgb(186, 50, 235) |
| HSL | hsl(284, 82%, 56%) |
| CMYK | cmyk(21%, 79%, 0%, 8%) |
| LAB | lab(50.4 77.0 -66.3) |
| LCH | lch(50.4 101.6 319.3) |
| OKLCH | oklch(0.607 0.264 314.8) |
Copy-ready code
/* CSS */
color: #ba32eb;
background-color: #ba32eb;
/* Tailwind (arbitrary) */
class="text-[#ba32eb] bg-[#ba32eb]"
/* SCSS */
$brand: #ba32eb;
/* SwiftUI */
Color(red: 0.729, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#ba32eb")Accessibility — WCAG contrast
Aa
#ba32eb on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba32eb on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green19.6%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta78.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ba32eb text on a black background
contrast 4.74:1
Card sample
#ba32eb text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba32eb;
Background color
Panel with #ba32eb background
background-color: #ba32eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba32eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba32eb; background: linear-gradient(135deg, #ba32eb, #EB32A1);