#bc4fbc
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
188, 79, 188
HSL
300°, 45%, 52%
CMYK
0, 58, 0, 26
Luminance
0.1991
Every format
| HEX | #bc4fbc |
| RGB | rgb(188, 79, 188) |
| HSL | hsl(300, 45%, 52%) |
| CMYK | cmyk(0%, 58%, 0%, 26%) |
| LAB | lab(51.7 58.0 -37.2) |
| LCH | lch(51.7 68.9 327.3) |
| OKLCH | oklch(0.609 0.191 327.6) |
Copy-ready code
/* CSS */
color: #bc4fbc;
background-color: #bc4fbc;
/* Tailwind (arbitrary) */
class="text-[#bc4fbc] bg-[#bc4fbc]"
/* SCSS */
$brand: #bc4fbc;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.737)
/* Android */
Color.parseColor("#bc4fbc")Accessibility — WCAG contrast
Aa
#bc4fbc on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4fbc on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow0.0%
Key (black)26.3%
Color previews
#bc4fbc text on a black background
contrast 4.98:1
Card sample
#bc4fbc text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4fbc;
Background color
Panel with #bc4fbc background
background-color: #bc4fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4fbc; background: linear-gradient(135deg, #bc4fbc, #BC4F73);