#ba0eef
a balanced, electric violet · warm · closest name: magenta
RGB
186, 14, 239
HSL
286°, 89%, 50%
CMYK
22, 94, 0, 6
Luminance
0.1699
Every format
| HEX | #ba0eef |
| RGB | rgb(186, 14, 239) |
| HSL | hsl(286, 89%, 50%) |
| CMYK | cmyk(22%, 94%, 0%, 6%) |
| LAB | lab(48.2 84.8 -72.0) |
| LCH | lch(48.2 111.2 319.7) |
| OKLCH | oklch(0.593 0.287 314.8) |
Copy-ready code
/* CSS */
color: #ba0eef;
background-color: #ba0eef;
/* Tailwind (arbitrary) */
class="text-[#ba0eef] bg-[#ba0eef]"
/* SCSS */
$brand: #ba0eef;
/* SwiftUI */
Color(red: 0.729, green: 0.055, blue: 0.937)
/* Android */
Color.parseColor("#ba0eef")Accessibility — WCAG contrast
Aa
#ba0eef on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0eef on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.5%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta94.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ba0eef text on a black background
contrast 4.40:1
Card sample
#ba0eef text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0eef;
Background color
Panel with #ba0eef background
background-color: #ba0eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 14, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 14, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0eef; background: linear-gradient(135deg, #ba0eef, #EF0E8E);