#ba50fd
a light, electric violet · warm · closest name: magenta
RGB
186, 80, 253
HSL
277°, 98%, 65%
CMYK
27, 68, 0, 1
Luminance
0.2327
Every format
| HEX | #ba50fd |
| RGB | rgb(186, 80, 253) |
| HSL | hsl(277, 98%, 65%) |
| CMYK | cmyk(27%, 68%, 0%, 1%) |
| LAB | lab(55.4 69.8 -68.3) |
| LCH | lch(55.4 97.6 315.6) |
| OKLCH | oklch(0.646 0.249 309.1) |
Copy-ready code
/* CSS */
color: #ba50fd;
background-color: #ba50fd;
/* Tailwind (arbitrary) */
class="text-[#ba50fd] bg-[#ba50fd]"
/* SCSS */
$brand: #ba50fd;
/* SwiftUI */
Color(red: 0.729, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#ba50fd")Accessibility — WCAG contrast
Aa
#ba50fd on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba50fd on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green31.4%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta68.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ba50fd text on a black background
contrast 5.65:1
Card sample
#ba50fd text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba50fd;
Background color
Panel with #ba50fd background
background-color: #ba50fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba50fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba50fd; background: linear-gradient(135deg, #ba50fd, #FD50CD);