#bc2ecf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
188, 46, 207
HSL
293°, 64%, 50%
CMYK
9, 78, 0, 19
Luminance
0.1715
Every format
| HEX | #bc2ecf |
| RGB | rgb(188, 46, 207) |
| HSL | hsl(293, 64%, 50%) |
| CMYK | cmyk(9%, 78%, 0%, 19%) |
| LAB | lab(48.5 73.5 -53.4) |
| LCH | lch(48.5 90.9 324.0) |
| OKLCH | oklch(0.588 0.246 322.6) |
Copy-ready code
/* CSS */
color: #bc2ecf;
background-color: #bc2ecf;
/* Tailwind (arbitrary) */
class="text-[#bc2ecf] bg-[#bc2ecf]"
/* SCSS */
$brand: #bc2ecf;
/* SwiftUI */
Color(red: 0.737, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#bc2ecf")Accessibility — WCAG contrast
Aa
#bc2ecf on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2ecf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green18.0%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bc2ecf text on a black background
contrast 4.43:1
Card sample
#bc2ecf text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2ecf;
Background color
Panel with #bc2ecf background
background-color: #bc2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2ecf; background: linear-gradient(135deg, #bc2ecf, #CF2E77);