#ba58fd
a light, electric violet · warm · closest name: magenta
RGB
186, 88, 253
HSL
276°, 98%, 67%
CMYK
27, 65, 0, 1
Luminance
0.2451
Every format
| HEX | #ba58fd |
| RGB | rgb(186, 88, 253) |
| HSL | hsl(276, 98%, 67%) |
| CMYK | cmyk(27%, 65%, 0%, 1%) |
| LAB | lab(56.6 66.3 -66.3) |
| LCH | lch(56.6 93.7 315.0) |
| OKLCH | oklch(0.655 0.239 308.5) |
Copy-ready code
/* CSS */
color: #ba58fd;
background-color: #ba58fd;
/* Tailwind (arbitrary) */
class="text-[#ba58fd] bg-[#ba58fd]"
/* SCSS */
$brand: #ba58fd;
/* SwiftUI */
Color(red: 0.729, green: 0.345, blue: 0.992)
/* Android */
Color.parseColor("#ba58fd")Accessibility — WCAG contrast
Aa
#ba58fd on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba58fd on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.5%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta65.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ba58fd text on a black background
contrast 5.90:1
Card sample
#ba58fd text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba58fd;
Background color
Panel with #ba58fd background
background-color: #ba58fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba58fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 88, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 88, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba58fd; background: linear-gradient(135deg, #ba58fd, #FD58D2);