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