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