#ba4cef
a balanced, electric violet · warm · closest name: magenta
RGB
186, 76, 239
HSL
281°, 84%, 62%
CMYK
22, 68, 0, 6
Luminance
0.2184
Every format
| HEX | #ba4cef |
| RGB | rgb(186, 76, 239) |
| HSL | hsl(281, 84%, 62%) |
| CMYK | cmyk(22%, 68%, 0%, 6%) |
| LAB | lab(53.9 68.5 -62.9) |
| LCH | lch(53.9 93.0 317.5) |
| OKLCH | oklch(0.632 0.241 312.5) |
Copy-ready code
/* CSS */
color: #ba4cef;
background-color: #ba4cef;
/* Tailwind (arbitrary) */
class="text-[#ba4cef] bg-[#ba4cef]"
/* SCSS */
$brand: #ba4cef;
/* SwiftUI */
Color(red: 0.729, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#ba4cef")Accessibility — WCAG contrast
Aa
#ba4cef on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4cef on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.8%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#ba4cef text on a black background
contrast 5.37:1
Card sample
#ba4cef text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4cef;
Background color
Panel with #ba4cef background
background-color: #ba4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4cef; background: linear-gradient(135deg, #ba4cef, #EF4CB7);