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