#bc2ccf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
188, 44, 207
HSL
293°, 65%, 49%
CMYK
9, 79, 0, 19
Luminance
0.1700
Every format
| HEX | #bc2ccf |
| RGB | rgb(188, 44, 207) |
| HSL | hsl(293, 65%, 49%) |
| CMYK | cmyk(9%, 79%, 0%, 19%) |
| LAB | lab(48.3 74.1 -53.7) |
| LCH | lch(48.3 91.5 324.1) |
| OKLCH | oklch(0.587 0.248 322.6) |
Copy-ready code
/* CSS */
color: #bc2ccf;
background-color: #bc2ccf;
/* Tailwind (arbitrary) */
class="text-[#bc2ccf] bg-[#bc2ccf]"
/* SCSS */
$brand: #bc2ccf;
/* SwiftUI */
Color(red: 0.737, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#bc2ccf")Accessibility — WCAG contrast
Aa
#bc2ccf on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2ccf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green17.3%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bc2ccf text on a black background
contrast 4.40:1
Card sample
#bc2ccf text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2ccf;
Background color
Panel with #bc2ccf background
background-color: #bc2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2ccf; background: linear-gradient(135deg, #bc2ccf, #CF2C75);