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