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