#ba3eef
a balanced, electric violet · warm · closest name: magenta
RGB
186, 62, 239
HSL
282°, 85%, 59%
CMYK
22, 74, 0, 6
Luminance
0.2012
Every format
| HEX | #ba3eef |
| RGB | rgb(186, 62, 239) |
| HSL | hsl(282, 85%, 59%) |
| CMYK | cmyk(22%, 74%, 0%, 6%) |
| LAB | lab(52.0 73.9 -65.9) |
| LCH | lch(52.0 99.0 318.3) |
| OKLCH | oklch(0.619 0.256 313.3) |
Copy-ready code
/* CSS */
color: #ba3eef;
background-color: #ba3eef;
/* Tailwind (arbitrary) */
class="text-[#ba3eef] bg-[#ba3eef]"
/* SCSS */
$brand: #ba3eef;
/* SwiftUI */
Color(red: 0.729, green: 0.243, blue: 0.937)
/* Android */
Color.parseColor("#ba3eef")Accessibility — WCAG contrast
Aa
#ba3eef on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3eef on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.3%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta74.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ba3eef text on a black background
contrast 5.02:1
Card sample
#ba3eef text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3eef;
Background color
Panel with #ba3eef background
background-color: #ba3eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 62, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 62, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3eef; background: linear-gradient(135deg, #ba3eef, #EF3EAE);