#ba1eee
a balanced, electric violet · warm · closest name: magenta
RGB
186, 30, 238
HSL
285°, 86%, 53%
CMYK
22, 87, 0, 7
Luminance
0.1754
Every format
| HEX | #ba1eee |
| RGB | rgb(186, 30, 238) |
| HSL | hsl(285, 86%, 53%) |
| CMYK | cmyk(22%, 87%, 0%, 7%) |
| LAB | lab(48.9 82.3 -70.3) |
| LCH | lch(48.9 108.3 319.5) |
| OKLCH | oklch(0.598 0.280 314.8) |
Copy-ready code
/* CSS */
color: #ba1eee;
background-color: #ba1eee;
/* Tailwind (arbitrary) */
class="text-[#ba1eee] bg-[#ba1eee]"
/* SCSS */
$brand: #ba1eee;
/* SwiftUI */
Color(red: 0.729, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#ba1eee")Accessibility — WCAG contrast
Aa
#ba1eee on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1eee on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.8%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ba1eee text on a black background
contrast 4.51:1
Card sample
#ba1eee text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1eee;
Background color
Panel with #ba1eee background
background-color: #ba1eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1eee; background: linear-gradient(135deg, #ba1eee, #EE1E97);