#ba41fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 65, 253
HSL
279°, 98%, 62%
CMYK
27, 74, 0, 1
Luminance
0.2131
Every format
| HEX | #ba41fd |
| RGB | rgb(186, 65, 253) |
| HSL | hsl(279, 98%, 62%) |
| CMYK | cmyk(27%, 74%, 0%, 1%) |
| LAB | lab(53.3 75.6 -71.6) |
| LCH | lch(53.3 104.1 316.6) |
| OKLCH | oklch(0.631 0.265 310.1) |
Copy-ready code
/* CSS */
color: #ba41fd;
background-color: #ba41fd;
/* Tailwind (arbitrary) */
class="text-[#ba41fd] bg-[#ba41fd]"
/* SCSS */
$brand: #ba41fd;
/* SwiftUI */
Color(red: 0.729, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#ba41fd")Accessibility — WCAG contrast
Aa
#ba41fd on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba41fd on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green25.5%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ba41fd text on a black background
contrast 5.26:1
Card sample
#ba41fd text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba41fd;
Background color
Panel with #ba41fd background
background-color: #ba41fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba41fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba41fd; background: linear-gradient(135deg, #ba41fd, #FD41C3);