#ba10eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 16, 235
HSL
287°, 87%, 49%
CMYK
21, 93, 0, 8
Luminance
0.1681
Every format
| HEX | #ba10eb |
| RGB | rgb(186, 16, 235) |
| HSL | hsl(287, 87%, 49%) |
| CMYK | cmyk(21%, 93%, 0%, 8%) |
| LAB | lab(48.0 83.9 -70.1) |
| LCH | lch(48.0 109.3 320.1) |
| OKLCH | oklch(0.591 0.284 315.7) |
Copy-ready code
/* CSS */
color: #ba10eb;
background-color: #ba10eb;
/* Tailwind (arbitrary) */
class="text-[#ba10eb] bg-[#ba10eb]"
/* SCSS */
$brand: #ba10eb;
/* SwiftUI */
Color(red: 0.729, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#ba10eb")Accessibility — WCAG contrast
Aa
#ba10eb on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba10eb on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green6.3%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ba10eb text on a black background
contrast 4.36:1
Card sample
#ba10eb text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba10eb;
Background color
Panel with #ba10eb background
background-color: #ba10eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba10eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba10eb; background: linear-gradient(135deg, #ba10eb, #EB108A);