#ba3fea
a balanced, electric violet · warm · closest name: magenta
RGB
186, 63, 234
HSL
283°, 80%, 58%
CMYK
21, 73, 0, 8
Luminance
0.1993
Every format
| HEX | #ba3fea |
| RGB | rgb(186, 63, 234) |
| HSL | hsl(283, 80%, 58%) |
| CMYK | cmyk(21%, 73%, 0%, 8%) |
| LAB | lab(51.8 72.6 -63.4) |
| LCH | lch(51.8 96.4 318.9) |
| OKLCH | oklch(0.617 0.251 314.5) |
Copy-ready code
/* CSS */
color: #ba3fea;
background-color: #ba3fea;
/* Tailwind (arbitrary) */
class="text-[#ba3fea] bg-[#ba3fea]"
/* SCSS */
$brand: #ba3fea;
/* SwiftUI */
Color(red: 0.729, green: 0.247, blue: 0.918)
/* Android */
Color.parseColor("#ba3fea")Accessibility — WCAG contrast
Aa
#ba3fea on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3fea on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.7%
Blue91.8%
CMYK percentages
Cyan20.5%
Magenta73.1%
Yellow0.0%
Key (black)8.2%
Color previews
#ba3fea text on a black background
contrast 4.99:1
Card sample
#ba3fea text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3fea;
Background color
Panel with #ba3fea background
background-color: #ba3fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 63, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 63, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3fea; background: linear-gradient(135deg, #ba3fea, #EA3FA8);