#ba34f4
a balanced, electric violet · warm · closest name: magenta
RGB
186, 52, 244
HSL
282°, 90%, 58%
CMYK
24, 79, 0, 4
Luminance
0.1943
Every format
| HEX | #ba34f4 |
| RGB | rgb(186, 52, 244) |
| HSL | hsl(282, 90%, 58%) |
| CMYK | cmyk(24%, 79%, 0%, 4%) |
| LAB | lab(51.2 78.1 -70.0) |
| LCH | lch(51.2 104.9 318.1) |
| OKLCH | oklch(0.615 0.270 312.7) |
Copy-ready code
/* CSS */
color: #ba34f4;
background-color: #ba34f4;
/* Tailwind (arbitrary) */
class="text-[#ba34f4] bg-[#ba34f4]"
/* SCSS */
$brand: #ba34f4;
/* SwiftUI */
Color(red: 0.729, green: 0.204, blue: 0.957)
/* Android */
Color.parseColor("#ba34f4")Accessibility — WCAG contrast
Aa
#ba34f4 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba34f4 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green20.4%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta78.7%
Yellow0.0%
Key (black)4.3%
Color previews
#ba34f4 text on a black background
contrast 4.89:1
Card sample
#ba34f4 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba34f4;
Background color
Panel with #ba34f4 background
background-color: #ba34f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba34f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 52, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 52, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba34f4; background: linear-gradient(135deg, #ba34f4, #F434AE);