#bc2fad
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
188, 47, 173
HSL
306°, 60%, 46%
CMYK
0, 75, 8, 26
Luminance
0.1574
Every format
| HEX | #bc2fad |
| RGB | rgb(188, 47, 173) |
| HSL | hsl(306, 60%, 46%) |
| CMYK | cmyk(0%, 75%, 8%, 26%) |
| LAB | lab(46.6 67.8 -36.5) |
| LCH | lch(46.6 77.0 331.7) |
| OKLCH | oklch(0.569 0.220 332.9) |
Copy-ready code
/* CSS */
color: #bc2fad;
background-color: #bc2fad;
/* Tailwind (arbitrary) */
class="text-[#bc2fad] bg-[#bc2fad]"
/* SCSS */
$brand: #bc2fad;
/* SwiftUI */
Color(red: 0.737, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#bc2fad")Accessibility — WCAG contrast
Aa
#bc2fad on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2fad on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green18.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow8.0%
Key (black)26.3%
Color previews
#bc2fad text on a black background
contrast 4.15:1
Card sample
#bc2fad text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2fad;
Background color
Panel with #bc2fad background
background-color: #bc2fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2fad; background: linear-gradient(135deg, #bc2fad, #BC2F4F);