#ba30fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 48, 253
HSL
280°, 98%, 59%
CMYK
27, 81, 0, 1
Luminance
0.1964
Every format
| HEX | #ba30fd |
| RGB | rgb(186, 48, 253) |
| HSL | hsl(280, 98%, 59%) |
| CMYK | cmyk(27%, 81%, 0%, 1%) |
| LAB | lab(51.4 81.0 -74.6) |
| LCH | lch(51.4 110.1 317.3) |
| OKLCH | oklch(0.618 0.280 310.9) |
Copy-ready code
/* CSS */
color: #ba30fd;
background-color: #ba30fd;
/* Tailwind (arbitrary) */
class="text-[#ba30fd] bg-[#ba30fd]"
/* SCSS */
$brand: #ba30fd;
/* SwiftUI */
Color(red: 0.729, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#ba30fd")Accessibility — WCAG contrast
Aa
#ba30fd on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba30fd on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.8%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ba30fd text on a black background
contrast 4.93:1
Card sample
#ba30fd text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba30fd;
Background color
Panel with #ba30fd background
background-color: #ba30fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba30fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba30fd; background: linear-gradient(135deg, #ba30fd, #FD30B7);