#ba43eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 67, 235
HSL
283°, 81%, 59%
CMYK
21, 72, 0, 8
Luminance
0.2045
Every format
| HEX | #ba43eb |
| RGB | rgb(186, 67, 235) |
| HSL | hsl(283, 81%, 59%) |
| CMYK | cmyk(21%, 72%, 0%, 8%) |
| LAB | lab(52.4 71.3 -63.1) |
| LCH | lch(52.4 95.2 318.5) |
| OKLCH | oklch(0.621 0.247 314.0) |
Copy-ready code
/* CSS */
color: #ba43eb;
background-color: #ba43eb;
/* Tailwind (arbitrary) */
class="text-[#ba43eb] bg-[#ba43eb]"
/* SCSS */
$brand: #ba43eb;
/* SwiftUI */
Color(red: 0.729, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#ba43eb")Accessibility — WCAG contrast
Aa
#ba43eb on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba43eb on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green26.3%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ba43eb text on a black background
contrast 5.09:1
Card sample
#ba43eb text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba43eb;
Background color
Panel with #ba43eb background
background-color: #ba43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba43eb; background: linear-gradient(135deg, #ba43eb, #EB43AC);