#ba2ee4
a balanced, electric violet · warm · closest name: magenta
RGB
186, 46, 228
HSL
286°, 77%, 54%
CMYK
18, 80, 0, 11
Luminance
0.1799
Every format
| HEX | #ba2ee4 |
| RGB | rgb(186, 46, 228) |
| HSL | hsl(286, 77%, 54%) |
| CMYK | cmyk(18%, 80%, 0%, 11%) |
| LAB | lab(49.5 76.9 -63.7) |
| LCH | lch(49.5 99.8 320.3) |
| OKLCH | oklch(0.599 0.262 316.6) |
Copy-ready code
/* CSS */
color: #ba2ee4;
background-color: #ba2ee4;
/* Tailwind (arbitrary) */
class="text-[#ba2ee4] bg-[#ba2ee4]"
/* SCSS */
$brand: #ba2ee4;
/* SwiftUI */
Color(red: 0.729, green: 0.180, blue: 0.894)
/* Android */
Color.parseColor("#ba2ee4")Accessibility — WCAG contrast
Aa
#ba2ee4 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2ee4 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.0%
Blue89.4%
CMYK percentages
Cyan18.4%
Magenta79.8%
Yellow0.0%
Key (black)10.6%
Color previews
#ba2ee4 text on a black background
contrast 4.60:1
Card sample
#ba2ee4 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2ee4;
Background color
Panel with #ba2ee4 background
background-color: #ba2ee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2ee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 46, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 46, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2ee4; background: linear-gradient(135deg, #ba2ee4, #E42E94);