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