#ba48eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 72, 235
HSL
282°, 80%, 60%
CMYK
21, 69, 0, 8
Luminance
0.2107
Every format
| HEX | #ba48eb |
| RGB | rgb(186, 72, 235) |
| HSL | hsl(282, 80%, 60%) |
| CMYK | cmyk(21%, 69%, 0%, 8%) |
| LAB | lab(53.0 69.4 -62.0) |
| LCH | lch(53.0 93.0 318.2) |
| OKLCH | oklch(0.626 0.242 313.7) |
Copy-ready code
/* CSS */
color: #ba48eb;
background-color: #ba48eb;
/* Tailwind (arbitrary) */
class="text-[#ba48eb] bg-[#ba48eb]"
/* SCSS */
$brand: #ba48eb;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#ba48eb")Accessibility — WCAG contrast
Aa
#ba48eb on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba48eb on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ba48eb text on a black background
contrast 5.21:1
Card sample
#ba48eb text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba48eb;
Background color
Panel with #ba48eb background
background-color: #ba48eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba48eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba48eb; background: linear-gradient(135deg, #ba48eb, #EB48AF);