#ba07fc
a balanced, electric violet · warm · closest name: magenta
RGB
186, 7, 252
HSL
284°, 98%, 51%
CMYK
26, 97, 0, 1
Luminance
0.1762
Every format
| HEX | #ba07fc |
| RGB | rgb(186, 7, 252) |
| HSL | hsl(284, 98%, 51%) |
| CMYK | cmyk(26%, 97%, 0%, 1%) |
| LAB | lab(49.0 87.7 -78.0) |
| LCH | lch(49.0 117.3 318.4) |
| OKLCH | oklch(0.601 0.298 312.1) |
Copy-ready code
/* CSS */
color: #ba07fc;
background-color: #ba07fc;
/* Tailwind (arbitrary) */
class="text-[#ba07fc] bg-[#ba07fc]"
/* SCSS */
$brand: #ba07fc;
/* SwiftUI */
Color(red: 0.729, green: 0.027, blue: 0.988)
/* Android */
Color.parseColor("#ba07fc")Accessibility — WCAG contrast
Aa
#ba07fc on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba07fc on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green2.7%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta97.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ba07fc text on a black background
contrast 4.52:1
Card sample
#ba07fc text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba07fc;
Background color
Panel with #ba07fc background
background-color: #ba07fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba07fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 7, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 7, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba07fc; background: linear-gradient(135deg, #ba07fc, #FC079B);