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