#ba1cef
a balanced, electric violet · warm · closest name: magenta
RGB
186, 28, 239
HSL
285°, 87%, 52%
CMYK
22, 88, 0, 6
Luminance
0.1750
Every format
| HEX | #ba1cef |
| RGB | rgb(186, 28, 239) |
| HSL | hsl(285, 87%, 52%) |
| CMYK | cmyk(22%, 88%, 0%, 6%) |
| LAB | lab(48.9 82.9 -70.9) |
| LCH | lch(48.9 109.1 319.5) |
| OKLCH | oklch(0.597 0.282 314.6) |
Copy-ready code
/* CSS */
color: #ba1cef;
background-color: #ba1cef;
/* Tailwind (arbitrary) */
class="text-[#ba1cef] bg-[#ba1cef]"
/* SCSS */
$brand: #ba1cef;
/* SwiftUI */
Color(red: 0.729, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#ba1cef")Accessibility — WCAG contrast
Aa
#ba1cef on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1cef on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.0%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#ba1cef text on a black background
contrast 4.50:1
Card sample
#ba1cef text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1cef;
Background color
Panel with #ba1cef background
background-color: #ba1cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1cef; background: linear-gradient(135deg, #ba1cef, #EF1C98);