#bc0fcf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
188, 15, 207
HSL
294°, 87%, 44%
CMYK
9, 93, 0, 19
Luminance
0.1554
Every format
| HEX | #bc0fcf |
| RGB | rgb(188, 15, 207) |
| HSL | hsl(294, 87%, 44%) |
| CMYK | cmyk(9%, 93%, 0%, 19%) |
| LAB | lab(46.4 79.6 -56.7) |
| LCH | lch(46.4 97.8 324.5) |
| OKLCH | oklch(0.574 0.265 323.1) |
Copy-ready code
/* CSS */
color: #bc0fcf;
background-color: #bc0fcf;
/* Tailwind (arbitrary) */
class="text-[#bc0fcf] bg-[#bc0fcf]"
/* SCSS */
$brand: #bc0fcf;
/* SwiftUI */
Color(red: 0.737, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#bc0fcf")Accessibility — WCAG contrast
Aa
#bc0fcf on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0fcf on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.9%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bc0fcf text on a black background
contrast 4.11:1
Card sample
#bc0fcf text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0fcf;
Background color
Panel with #bc0fcf background
background-color: #bc0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0fcf; background: linear-gradient(135deg, #bc0fcf, #CF0F62);