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