#bc2cf1
a balanced, electric violet · warm · closest name: magenta
RGB
188, 44, 241
HSL
284°, 88%, 56%
CMYK
22, 82, 0, 6
Luminance
0.1884
Every format
| HEX | #bc2cf1 |
| RGB | rgb(188, 44, 241) |
| HSL | hsl(284, 88%, 56%) |
| CMYK | cmyk(22%, 82%, 0%, 6%) |
| LAB | lab(50.5 80.1 -69.4) |
| LCH | lch(50.5 106.0 319.1) |
| OKLCH | oklch(0.610 0.274 314.3) |
Copy-ready code
/* CSS */
color: #bc2cf1;
background-color: #bc2cf1;
/* Tailwind (arbitrary) */
class="text-[#bc2cf1] bg-[#bc2cf1]"
/* SCSS */
$brand: #bc2cf1;
/* SwiftUI */
Color(red: 0.737, green: 0.173, blue: 0.945)
/* Android */
Color.parseColor("#bc2cf1")Accessibility — WCAG contrast
Aa
#bc2cf1 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc2cf1 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green17.3%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta81.7%
Yellow0.0%
Key (black)5.5%
Color previews
#bc2cf1 text on a black background
contrast 4.77:1
Card sample
#bc2cf1 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2cf1;
Background color
Panel with #bc2cf1 background
background-color: #bc2cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 44, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 44, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2cf1; background: linear-gradient(135deg, #bc2cf1, #F12CA3);