#bc41df
a balanced, vivid violet · warm · closest name: magenta
RGB
188, 65, 223
HSL
287°, 71%, 57%
CMYK
16, 71, 0, 13
Luminance
0.1980
Every format
| HEX | #bc41df |
| RGB | rgb(188, 65, 223) |
| HSL | hsl(287, 71%, 57%) |
| CMYK | cmyk(16%, 71%, 0%, 13%) |
| LAB | lab(51.6 70.2 -57.5) |
| LCH | lch(51.6 90.7 320.7) |
| OKLCH | oklch(0.614 0.240 317.7) |
Copy-ready code
/* CSS */
color: #bc41df;
background-color: #bc41df;
/* Tailwind (arbitrary) */
class="text-[#bc41df] bg-[#bc41df]"
/* SCSS */
$brand: #bc41df;
/* SwiftUI */
Color(red: 0.737, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#bc41df")Accessibility — WCAG contrast
Aa
#bc41df on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc41df on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green25.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bc41df text on a black background
contrast 4.96:1
Card sample
#bc41df text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc41df;
Background color
Panel with #bc41df background
background-color: #bc41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc41df; background: linear-gradient(135deg, #bc41df, #DF4199);