#ba17eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 23, 235
HSL
286°, 84%, 51%
CMYK
21, 90, 0, 8
Luminance
0.1705
Every format
| HEX | #ba17eb |
| RGB | rgb(186, 23, 235) |
| HSL | hsl(286, 84%, 51%) |
| CMYK | cmyk(21%, 90%, 0%, 8%) |
| LAB | lab(48.3 83.0 -69.6) |
| LCH | lch(48.3 108.3 320.0) |
| OKLCH | oklch(0.593 0.281 315.6) |
Copy-ready code
/* CSS */
color: #ba17eb;
background-color: #ba17eb;
/* Tailwind (arbitrary) */
class="text-[#ba17eb] bg-[#ba17eb]"
/* SCSS */
$brand: #ba17eb;
/* SwiftUI */
Color(red: 0.729, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#ba17eb")Accessibility — WCAG contrast
Aa
#ba17eb on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba17eb on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green9.0%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ba17eb text on a black background
contrast 4.41:1
Card sample
#ba17eb text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba17eb;
Background color
Panel with #ba17eb background
background-color: #ba17eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba17eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba17eb; background: linear-gradient(135deg, #ba17eb, #EB178F);