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