#bc398e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 57, 142
HSL
321°, 54%, 48%
CMYK
0, 70, 25, 26
Luminance
0.1557
Every format
| HEX | #bc398e |
| RGB | rgb(188, 57, 142) |
| HSL | hsl(321, 54%, 48%) |
| CMYK | cmyk(0%, 70%, 25%, 26%) |
| LAB | lab(46.4 60.0 -18.3) |
| LCH | lch(46.4 62.8 343.0) |
| OKLCH | oklch(0.563 0.188 345.0) |
Copy-ready code
/* CSS */
color: #bc398e;
background-color: #bc398e;
/* Tailwind (arbitrary) */
class="text-[#bc398e] bg-[#bc398e]"
/* SCSS */
$brand: #bc398e;
/* SwiftUI */
Color(red: 0.737, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#bc398e")Accessibility — WCAG contrast
Aa
#bc398e on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc398e on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow24.5%
Key (black)26.3%
Color previews
#bc398e text on a black background
contrast 4.11:1
Card sample
#bc398e text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc398e;
Background color
Panel with #bc398e background
background-color: #bc398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc398e; background: linear-gradient(135deg, #bc398e, #BC3B39);