#ba0cf6
a balanced, electric violet · warm · closest name: magenta
RGB
186, 12, 246
HSL
285°, 93%, 51%
CMYK
24, 95, 0, 4
Luminance
0.1736
Every format
| HEX | #ba0cf6 |
| RGB | rgb(186, 12, 246) |
| HSL | hsl(285, 93%, 51%) |
| CMYK | cmyk(24%, 95%, 0%, 4%) |
| LAB | lab(48.7 86.2 -75.1) |
| LCH | lch(48.7 114.4 318.9) |
| OKLCH | oklch(0.598 0.293 313.3) |
Copy-ready code
/* CSS */
color: #ba0cf6;
background-color: #ba0cf6;
/* Tailwind (arbitrary) */
class="text-[#ba0cf6] bg-[#ba0cf6]"
/* SCSS */
$brand: #ba0cf6;
/* SwiftUI */
Color(red: 0.729, green: 0.047, blue: 0.965)
/* Android */
Color.parseColor("#ba0cf6")Accessibility — WCAG contrast
Aa
#ba0cf6 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0cf6 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green4.7%
Blue96.5%
CMYK percentages
Cyan24.4%
Magenta95.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ba0cf6 text on a black background
contrast 4.47:1
Card sample
#ba0cf6 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0cf6;
Background color
Panel with #ba0cf6 background
background-color: #ba0cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 12, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 12, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0cf6; background: linear-gradient(135deg, #ba0cf6, #F60C96);