#bc0fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
188, 15, 186
HSL
301°, 85%, 40%
CMYK
0, 92, 1, 26
Luminance
0.1458
Every format
| HEX | #bc0fba |
| RGB | rgb(188, 15, 186) |
| HSL | hsl(301, 85%, 40%) |
| CMYK | cmyk(0%, 92%, 1%, 26%) |
| LAB | lab(45.0 76.4 -46.6) |
| LCH | lch(45.0 89.5 328.6) |
| OKLCH | oklch(0.560 0.251 328.9) |
Copy-ready code
/* CSS */
color: #bc0fba;
background-color: #bc0fba;
/* Tailwind (arbitrary) */
class="text-[#bc0fba] bg-[#bc0fba]"
/* SCSS */
$brand: #bc0fba;
/* SwiftUI */
Color(red: 0.737, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#bc0fba")Accessibility — WCAG contrast
Aa
#bc0fba on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0fba on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow1.1%
Key (black)26.3%
Color previews
#bc0fba text on a black background
contrast 3.92:1
Card sample
#bc0fba text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0fba;
Background color
Panel with #bc0fba background
background-color: #bc0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0fba; background: linear-gradient(135deg, #bc0fba, #BC0F47);