#ba02f3
a balanced, electric violet · warm · closest name: magenta
RGB
186, 2, 243
HSL
286°, 98%, 48%
CMYK
24, 99, 0, 5
Luminance
0.1695
Every format
| HEX | #ba02f3 |
| RGB | rgb(186, 2, 243) |
| HSL | hsl(286, 98%, 48%) |
| CMYK | cmyk(24%, 99%, 0%, 5%) |
| LAB | lab(48.2 86.5 -74.3) |
| LCH | lch(48.2 114.0 319.4) |
| OKLCH | oklch(0.594 0.293 314.1) |
Copy-ready code
/* CSS */
color: #ba02f3;
background-color: #ba02f3;
/* Tailwind (arbitrary) */
class="text-[#ba02f3] bg-[#ba02f3]"
/* SCSS */
$brand: #ba02f3;
/* SwiftUI */
Color(red: 0.729, green: 0.008, blue: 0.953)
/* Android */
Color.parseColor("#ba02f3")Accessibility — WCAG contrast
Aa
#ba02f3 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba02f3 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.8%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta99.2%
Yellow0.0%
Key (black)4.7%
Color previews
#ba02f3 text on a black background
contrast 4.39:1
Card sample
#ba02f3 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba02f3;
Background color
Panel with #ba02f3 background
background-color: #ba02f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba02f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 2, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 2, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba02f3; background: linear-gradient(135deg, #ba02f3, #F3028B);