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