#bc3cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
188, 60, 223
HSL
287°, 72%, 56%
CMYK
16, 73, 0, 13
Luminance
0.1925
Every format
| HEX | #bc3cdf |
| RGB | rgb(188, 60, 223) |
| HSL | hsl(287, 72%, 56%) |
| CMYK | cmyk(16%, 73%, 0%, 13%) |
| LAB | lab(51.0 72.0 -58.5) |
| LCH | lch(51.0 92.7 320.9) |
| OKLCH | oklch(0.609 0.245 317.9) |
Copy-ready code
/* CSS */
color: #bc3cdf;
background-color: #bc3cdf;
/* Tailwind (arbitrary) */
class="text-[#bc3cdf] bg-[#bc3cdf]"
/* SCSS */
$brand: #bc3cdf;
/* SwiftUI */
Color(red: 0.737, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#bc3cdf")Accessibility — WCAG contrast
Aa
#bc3cdf on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3cdf on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bc3cdf text on a black background
contrast 4.85:1
Card sample
#bc3cdf text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3cdf;
Background color
Panel with #bc3cdf background
background-color: #bc3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3cdf; background: linear-gradient(135deg, #bc3cdf, #DF3C95);