#bc1cf2
a balanced, electric violet · warm · closest name: magenta
RGB
188, 28, 242
HSL
285°, 89%, 53%
CMYK
22, 88, 0, 5
Luminance
0.1793
Every format
| HEX | #bc1cf2 |
| RGB | rgb(188, 28, 242) |
| HSL | hsl(285, 89%, 53%) |
| CMYK | cmyk(22%, 88%, 0%, 5%) |
| LAB | lab(49.4 83.7 -71.7) |
| LCH | lch(49.4 110.2 319.4) |
| OKLCH | oklch(0.602 0.285 314.5) |
Copy-ready code
/* CSS */
color: #bc1cf2;
background-color: #bc1cf2;
/* Tailwind (arbitrary) */
class="text-[#bc1cf2] bg-[#bc1cf2]"
/* SCSS */
$brand: #bc1cf2;
/* SwiftUI */
Color(red: 0.737, green: 0.110, blue: 0.949)
/* Android */
Color.parseColor("#bc1cf2")Accessibility — WCAG contrast
Aa
#bc1cf2 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc1cf2 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green11.0%
Blue94.9%
CMYK percentages
Cyan22.3%
Magenta88.4%
Yellow0.0%
Key (black)5.1%
Color previews
#bc1cf2 text on a black background
contrast 4.59:1
Card sample
#bc1cf2 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc1cf2;
Background color
Panel with #bc1cf2 background
background-color: #bc1cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc1cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 28, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 28, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc1cf2; background: linear-gradient(135deg, #bc1cf2, #F21C99);