#ba2fe5
a balanced, electric violet · warm · closest name: magenta
RGB
186, 47, 229
HSL
286°, 78%, 54%
CMYK
19, 80, 0, 10
Luminance
0.1813
Every format
| HEX | #ba2fe5 |
| RGB | rgb(186, 47, 229) |
| HSL | hsl(286, 78%, 54%) |
| CMYK | cmyk(19%, 80%, 0%, 10%) |
| LAB | lab(49.6 76.8 -64.0) |
| LCH | lch(49.6 100.0 320.2) |
| OKLCH | oklch(0.601 0.262 316.3) |
Copy-ready code
/* CSS */
color: #ba2fe5;
background-color: #ba2fe5;
/* Tailwind (arbitrary) */
class="text-[#ba2fe5] bg-[#ba2fe5]"
/* SCSS */
$brand: #ba2fe5;
/* SwiftUI */
Color(red: 0.729, green: 0.184, blue: 0.898)
/* Android */
Color.parseColor("#ba2fe5")Accessibility — WCAG contrast
Aa
#ba2fe5 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2fe5 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.4%
Blue89.8%
CMYK percentages
Cyan18.8%
Magenta79.5%
Yellow0.0%
Key (black)10.2%
Color previews
#ba2fe5 text on a black background
contrast 4.63:1
Card sample
#ba2fe5 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2fe5;
Background color
Panel with #ba2fe5 background
background-color: #ba2fe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2fe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 47, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 47, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2fe5; background: linear-gradient(135deg, #ba2fe5, #E52F97);