#bc01cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
188, 1, 207
HSL
295°, 99%, 41%
CMYK
9, 100, 0, 19
Luminance
0.1522
Every format
| HEX | #bc01cf |
| RGB | rgb(188, 1, 207) |
| HSL | hsl(295, 99%, 41%) |
| CMYK | cmyk(9%, 100%, 0%, 19%) |
| LAB | lab(45.9 80.9 -57.4) |
| LCH | lch(45.9 99.2 324.6) |
| OKLCH | oklch(0.571 0.269 323.2) |
Copy-ready code
/* CSS */
color: #bc01cf;
background-color: #bc01cf;
/* Tailwind (arbitrary) */
class="text-[#bc01cf] bg-[#bc01cf]"
/* SCSS */
$brand: #bc01cf;
/* SwiftUI */
Color(red: 0.737, green: 0.004, blue: 0.812)
/* Android */
Color.parseColor("#bc01cf")Accessibility — WCAG contrast
Aa
#bc01cf on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc01cf on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green0.4%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta99.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bc01cf text on a black background
contrast 4.04:1
Card sample
#bc01cf text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc01cf;
Background color
Panel with #bc01cf background
background-color: #bc01cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc01cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 1, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 1, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc01cf; background: linear-gradient(135deg, #bc01cf, #CF0159);