#ba13eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 19, 235
HSL
286°, 85%, 50%
CMYK
21, 92, 0, 8
Luminance
0.1690
Every format
| HEX | #ba13eb |
| RGB | rgb(186, 19, 235) |
| HSL | hsl(286, 85%, 50%) |
| CMYK | cmyk(21%, 92%, 0%, 8%) |
| LAB | lab(48.1 83.5 -69.9) |
| LCH | lch(48.1 108.9 320.1) |
| OKLCH | oklch(0.591 0.283 315.7) |
Copy-ready code
/* CSS */
color: #ba13eb;
background-color: #ba13eb;
/* Tailwind (arbitrary) */
class="text-[#ba13eb] bg-[#ba13eb]"
/* SCSS */
$brand: #ba13eb;
/* SwiftUI */
Color(red: 0.729, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#ba13eb")Accessibility — WCAG contrast
Aa
#ba13eb on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba13eb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.5%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ba13eb text on a black background
contrast 4.38:1
Card sample
#ba13eb text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba13eb;
Background color
Panel with #ba13eb background
background-color: #ba13eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba13eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba13eb; background: linear-gradient(135deg, #ba13eb, #EB138C);