#ba39eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 57, 235
HSL
284°, 82%, 57%
CMYK
21, 76, 0, 8
Luminance
0.1936
Every format
| HEX | #ba39eb |
| RGB | rgb(186, 57, 235) |
| HSL | hsl(284, 82%, 57%) |
| CMYK | cmyk(21%, 76%, 0%, 8%) |
| LAB | lab(51.1 74.8 -65.0) |
| LCH | lch(51.1 99.2 319.0) |
| OKLCH | oklch(0.612 0.258 314.5) |
Copy-ready code
/* CSS */
color: #ba39eb;
background-color: #ba39eb;
/* Tailwind (arbitrary) */
class="text-[#ba39eb] bg-[#ba39eb]"
/* SCSS */
$brand: #ba39eb;
/* SwiftUI */
Color(red: 0.729, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#ba39eb")Accessibility — WCAG contrast
Aa
#ba39eb on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba39eb on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.4%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ba39eb text on a black background
contrast 4.87:1
Card sample
#ba39eb text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba39eb;
Background color
Panel with #ba39eb background
background-color: #ba39eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba39eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba39eb; background: linear-gradient(135deg, #ba39eb, #EB39A5);