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