#bc2acf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
188, 42, 207
HSL
293°, 66%, 49%
CMYK
9, 80, 0, 19
Luminance
0.1685
Every format
| HEX | #bc2acf |
| RGB | rgb(188, 42, 207) |
| HSL | hsl(293, 66%, 49%) |
| CMYK | cmyk(9%, 80%, 0%, 19%) |
| LAB | lab(48.1 74.6 -54.0) |
| LCH | lch(48.1 92.1 324.1) |
| OKLCH | oklch(0.586 0.249 322.7) |
Copy-ready code
/* CSS */
color: #bc2acf;
background-color: #bc2acf;
/* Tailwind (arbitrary) */
class="text-[#bc2acf] bg-[#bc2acf]"
/* SCSS */
$brand: #bc2acf;
/* SwiftUI */
Color(red: 0.737, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#bc2acf")Accessibility — WCAG contrast
Aa
#bc2acf on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2acf on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green16.5%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bc2acf text on a black background
contrast 4.37:1
Card sample
#bc2acf text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2acf;
Background color
Panel with #bc2acf background
background-color: #bc2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2acf; background: linear-gradient(135deg, #bc2acf, #CF2A74);