#ba0fe4
a balanced, electric violet · warm · closest name: magenta
RGB
186, 15, 228
HSL
288°, 88%, 48%
CMYK
18, 93, 0, 11
Luminance
0.1638
Every format
| HEX | #ba0fe4 |
| RGB | rgb(186, 15, 228) |
| HSL | hsl(288, 88%, 48%) |
| CMYK | cmyk(18%, 93%, 0%, 11%) |
| LAB | lab(47.5 82.8 -67.0) |
| LCH | lch(47.5 106.5 321.0) |
| OKLCH | oklch(0.585 0.279 317.3) |
Copy-ready code
/* CSS */
color: #ba0fe4;
background-color: #ba0fe4;
/* Tailwind (arbitrary) */
class="text-[#ba0fe4] bg-[#ba0fe4]"
/* SCSS */
$brand: #ba0fe4;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.894)
/* Android */
Color.parseColor("#ba0fe4")Accessibility — WCAG contrast
Aa
#ba0fe4 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0fe4 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue89.4%
CMYK percentages
Cyan18.4%
Magenta93.4%
Yellow0.0%
Key (black)10.6%
Color previews
#ba0fe4 text on a black background
contrast 4.28:1
Card sample
#ba0fe4 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0fe4;
Background color
Panel with #ba0fe4 background
background-color: #ba0fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0fe4; background: linear-gradient(135deg, #ba0fe4, #E40F80);