#bc2fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
188, 47, 186
HSL
301°, 60%, 46%
CMYK
0, 75, 1, 26
Luminance
0.1627
Every format
| HEX | #bc2fba |
| RGB | rgb(188, 47, 186) |
| HSL | hsl(301, 60%, 46%) |
| CMYK | cmyk(0%, 75%, 1%, 26%) |
| LAB | lab(47.3 69.8 -43.0) |
| LCH | lch(47.3 82.0 328.4) |
| OKLCH | oklch(0.576 0.229 328.7) |
Copy-ready code
/* CSS */
color: #bc2fba;
background-color: #bc2fba;
/* Tailwind (arbitrary) */
class="text-[#bc2fba] bg-[#bc2fba]"
/* SCSS */
$brand: #bc2fba;
/* SwiftUI */
Color(red: 0.737, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#bc2fba")Accessibility — WCAG contrast
Aa
#bc2fba on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2fba on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow1.1%
Key (black)26.3%
Color previews
#bc2fba text on a black background
contrast 4.25:1
Card sample
#bc2fba text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2fba;
Background color
Panel with #bc2fba background
background-color: #bc2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2fba; background: linear-gradient(135deg, #bc2fba, #BC2F5C);