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