#ba04eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 4, 235
HSL
287°, 97%, 47%
CMYK
21, 98, 0, 8
Luminance
0.1652
Every format
| HEX | #ba04eb |
| RGB | rgb(186, 4, 235) |
| HSL | hsl(287, 97%, 47%) |
| CMYK | cmyk(21%, 98%, 0%, 8%) |
| LAB | lab(47.7 85.0 -70.7) |
| LCH | lch(47.7 110.5 320.3) |
| OKLCH | oklch(0.588 0.287 315.8) |
Copy-ready code
/* CSS */
color: #ba04eb;
background-color: #ba04eb;
/* Tailwind (arbitrary) */
class="text-[#ba04eb] bg-[#ba04eb]"
/* SCSS */
$brand: #ba04eb;
/* SwiftUI */
Color(red: 0.729, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#ba04eb")Accessibility — WCAG contrast
Aa
#ba04eb on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba04eb on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.6%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ba04eb text on a black background
contrast 4.30:1
Card sample
#ba04eb text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba04eb;
Background color
Panel with #ba04eb background
background-color: #ba04eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba04eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba04eb; background: linear-gradient(135deg, #ba04eb, #EB0482);