#bc50fd
a light, electric violet · warm · closest name: magenta
RGB
188, 80, 253
HSL
278°, 98%, 65%
CMYK
26, 68, 0, 1
Luminance
0.2352
Every format
| HEX | #bc50fd |
| RGB | rgb(188, 80, 253) |
| HSL | hsl(278, 98%, 65%) |
| CMYK | cmyk(26%, 68%, 0%, 1%) |
| LAB | lab(55.6 70.2 -67.8) |
| LCH | lch(55.6 97.6 316.0) |
| OKLCH | oklch(0.648 0.250 309.7) |
Copy-ready code
/* CSS */
color: #bc50fd;
background-color: #bc50fd;
/* Tailwind (arbitrary) */
class="text-[#bc50fd] bg-[#bc50fd]"
/* SCSS */
$brand: #bc50fd;
/* SwiftUI */
Color(red: 0.737, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#bc50fd")Accessibility — WCAG contrast
Aa
#bc50fd on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc50fd on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.4%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta68.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bc50fd text on a black background
contrast 5.70:1
Card sample
#bc50fd text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc50fd;
Background color
Panel with #bc50fd background
background-color: #bc50fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc50fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc50fd; background: linear-gradient(135deg, #bc50fd, #FD50CB);