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