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