#ba34db
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 52, 219
HSL
288°, 70%, 53%
CMYK
15, 76, 0, 14
Luminance
0.1801
Every format
| HEX | #ba34db |
| RGB | rgb(186, 52, 219) |
| HSL | hsl(288, 70%, 53%) |
| CMYK | cmyk(15%, 76%, 0%, 14%) |
| LAB | lab(49.5 73.5 -58.6) |
| LCH | lch(49.5 94.0 321.4) |
| OKLCH | oklch(0.597 0.249 318.6) |
Copy-ready code
/* CSS */
color: #ba34db;
background-color: #ba34db;
/* Tailwind (arbitrary) */
class="text-[#ba34db] bg-[#ba34db]"
/* SCSS */
$brand: #ba34db;
/* SwiftUI */
Color(red: 0.729, green: 0.204, blue: 0.859)
/* Android */
Color.parseColor("#ba34db")Accessibility — WCAG contrast
Aa
#ba34db on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba34db on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green20.4%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta76.3%
Yellow0.0%
Key (black)14.1%
Color previews
#ba34db text on a black background
contrast 4.60:1
Card sample
#ba34db text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba34db;
Background color
Panel with #ba34db background
background-color: #ba34db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba34db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 52, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 52, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba34db; background: linear-gradient(135deg, #ba34db, #DB348D);