#bc07cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
188, 7, 207
HSL
294°, 94%, 42%
CMYK
9, 97, 0, 19
Luminance
0.1535
Every format
| HEX | #bc07cf |
| RGB | rgb(188, 7, 207) |
| HSL | hsl(294, 94%, 42%) |
| CMYK | cmyk(9%, 97%, 0%, 19%) |
| LAB | lab(46.1 80.4 -57.1) |
| LCH | lch(46.1 98.6 324.6) |
| OKLCH | oklch(0.572 0.267 323.2) |
Copy-ready code
/* CSS */
color: #bc07cf;
background-color: #bc07cf;
/* Tailwind (arbitrary) */
class="text-[#bc07cf] bg-[#bc07cf]"
/* SCSS */
$brand: #bc07cf;
/* SwiftUI */
Color(red: 0.737, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#bc07cf")Accessibility — WCAG contrast
Aa
#bc07cf on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc07cf on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green2.7%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#bc07cf text on a black background
contrast 4.07:1
Card sample
#bc07cf text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc07cf;
Background color
Panel with #bc07cf background
background-color: #bc07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc07cf; background: linear-gradient(135deg, #bc07cf, #CF075D);