#ba37eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 55, 235
HSL
284°, 82%, 57%
CMYK
21, 77, 0, 8
Luminance
0.1917
Every format
| HEX | #ba37eb |
| RGB | rgb(186, 55, 235) |
| HSL | hsl(284, 82%, 57%) |
| CMYK | cmyk(21%, 77%, 0%, 8%) |
| LAB | lab(50.9 75.5 -65.4) |
| LCH | lch(50.9 99.9 319.1) |
| OKLCH | oklch(0.611 0.260 314.6) |
Copy-ready code
/* CSS */
color: #ba37eb;
background-color: #ba37eb;
/* Tailwind (arbitrary) */
class="text-[#ba37eb] bg-[#ba37eb]"
/* SCSS */
$brand: #ba37eb;
/* SwiftUI */
Color(red: 0.729, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#ba37eb")Accessibility — WCAG contrast
Aa
#ba37eb on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba37eb on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green21.6%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ba37eb text on a black background
contrast 4.83:1
Card sample
#ba37eb text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba37eb;
Background color
Panel with #ba37eb background
background-color: #ba37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba37eb; background: linear-gradient(135deg, #ba37eb, #EB37A4);