#bc41cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 65, 207
HSL
292°, 60%, 53%
CMYK
9, 69, 0, 19
Luminance
0.1898
Every format
| HEX | #bc41cf |
| RGB | rgb(188, 65, 207) |
| HSL | hsl(292, 60%, 53%) |
| CMYK | cmyk(9%, 69%, 0%, 19%) |
| LAB | lab(50.7 67.2 -49.9) |
| LCH | lch(50.7 83.7 323.4) |
| OKLCH | oklch(0.604 0.226 322.0) |
Copy-ready code
/* CSS */
color: #bc41cf;
background-color: #bc41cf;
/* Tailwind (arbitrary) */
class="text-[#bc41cf] bg-[#bc41cf]"
/* SCSS */
$brand: #bc41cf;
/* SwiftUI */
Color(red: 0.737, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#bc41cf")Accessibility — WCAG contrast
Aa
#bc41cf on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc41cf on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green25.5%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#bc41cf text on a black background
contrast 4.80:1
Card sample
#bc41cf text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc41cf;
Background color
Panel with #bc41cf background
background-color: #bc41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc41cf; background: linear-gradient(135deg, #bc41cf, #CF4183);