#ba2eef
a balanced, electric violet · warm · closest name: magenta
RGB
186, 46, 239
HSL
284°, 86%, 56%
CMYK
22, 81, 0, 6
Luminance
0.1863
Every format
| HEX | #ba2eef |
| RGB | rgb(186, 46, 239) |
| HSL | hsl(284, 86%, 56%) |
| CMYK | cmyk(22%, 81%, 0%, 6%) |
| LAB | lab(50.3 78.9 -68.7) |
| LCH | lch(50.3 104.6 318.9) |
| OKLCH | oklch(0.607 0.271 314.1) |
Copy-ready code
/* CSS */
color: #ba2eef;
background-color: #ba2eef;
/* Tailwind (arbitrary) */
class="text-[#ba2eef] bg-[#ba2eef]"
/* SCSS */
$brand: #ba2eef;
/* SwiftUI */
Color(red: 0.729, green: 0.180, blue: 0.937)
/* Android */
Color.parseColor("#ba2eef")Accessibility — WCAG contrast
Aa
#ba2eef on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba2eef on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.0%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta80.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ba2eef text on a black background
contrast 4.73:1
Card sample
#ba2eef text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2eef;
Background color
Panel with #ba2eef background
background-color: #ba2eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 46, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 46, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2eef; background: linear-gradient(135deg, #ba2eef, #EF2EA3);