#bc3fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 63, 188
HSL
300°, 50%, 49%
CMYK
0, 67, 0, 26
Luminance
0.1788
Every format
| HEX | #bc3fbc |
| RGB | rgb(188, 63, 188) |
| HSL | hsl(300, 50%, 49%) |
| CMYK | cmyk(0%, 67%, 0%, 26%) |
| LAB | lab(49.4 64.7 -41.0) |
| LCH | lch(49.4 76.6 327.7) |
| OKLCH | oklch(0.591 0.213 327.9) |
Copy-ready code
/* CSS */
color: #bc3fbc;
background-color: #bc3fbc;
/* Tailwind (arbitrary) */
class="text-[#bc3fbc] bg-[#bc3fbc]"
/* SCSS */
$brand: #bc3fbc;
/* SwiftUI */
Color(red: 0.737, green: 0.247, blue: 0.737)
/* Android */
Color.parseColor("#bc3fbc")Accessibility — WCAG contrast
Aa
#bc3fbc on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc3fbc on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green24.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow0.0%
Key (black)26.3%
Color previews
#bc3fbc text on a black background
contrast 4.58:1
Card sample
#bc3fbc text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3fbc;
Background color
Panel with #bc3fbc background
background-color: #bc3fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 63, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 63, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3fbc; background: linear-gradient(135deg, #bc3fbc, #BC3F69);