#bc2cf0
a balanced, electric violet · warm · closest name: magenta
RGB
188, 44, 240
HSL
284°, 87%, 56%
CMYK
22, 82, 0, 6
Luminance
0.1878
Every format
| HEX | #bc2cf0 |
| RGB | rgb(188, 44, 240) |
| HSL | hsl(284, 87%, 56%) |
| CMYK | cmyk(22%, 82%, 0%, 6%) |
| LAB | lab(50.4 79.9 -68.9) |
| LCH | lch(50.4 105.5 319.2) |
| OKLCH | oklch(0.609 0.273 314.5) |
Copy-ready code
/* CSS */
color: #bc2cf0;
background-color: #bc2cf0;
/* Tailwind (arbitrary) */
class="text-[#bc2cf0] bg-[#bc2cf0]"
/* SCSS */
$brand: #bc2cf0;
/* SwiftUI */
Color(red: 0.737, green: 0.173, blue: 0.941)
/* Android */
Color.parseColor("#bc2cf0")Accessibility — WCAG contrast
Aa
#bc2cf0 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc2cf0 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green17.3%
Blue94.1%
CMYK percentages
Cyan21.7%
Magenta81.7%
Yellow0.0%
Key (black)5.9%
Color previews
#bc2cf0 text on a black background
contrast 4.76:1
Card sample
#bc2cf0 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2cf0;
Background color
Panel with #bc2cf0 background
background-color: #bc2cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 44, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 44, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2cf0; background: linear-gradient(135deg, #bc2cf0, #F02CA1);