#bc39b3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
188, 57, 179
HSL
304°, 54%, 48%
CMYK
0, 70, 5, 26
Luminance
0.1687
Every format
| HEX | #bc39b3 |
| RGB | rgb(188, 57, 179) |
| HSL | hsl(304, 54%, 48%) |
| CMYK | cmyk(0%, 70%, 5%, 26%) |
| LAB | lab(48.1 65.4 -37.7) |
| LCH | lch(48.1 75.5 330.1) |
| OKLCH | oklch(0.581 0.213 330.9) |
Copy-ready code
/* CSS */
color: #bc39b3;
background-color: #bc39b3;
/* Tailwind (arbitrary) */
class="text-[#bc39b3] bg-[#bc39b3]"
/* SCSS */
$brand: #bc39b3;
/* SwiftUI */
Color(red: 0.737, green: 0.224, blue: 0.702)
/* Android */
Color.parseColor("#bc39b3")Accessibility — WCAG contrast
Aa
#bc39b3 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc39b3 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green22.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow4.8%
Key (black)26.3%
Color previews
#bc39b3 text on a black background
contrast 4.37:1
Card sample
#bc39b3 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc39b3;
Background color
Panel with #bc39b3 background
background-color: #bc39b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc39b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 57, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 57, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc39b3; background: linear-gradient(135deg, #bc39b3, #BC395C);