#bc71b5
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 113, 181
HSL
306°, 36%, 59%
CMYK
0, 40, 4, 26
Luminance
0.2584
Every format
| HEX | #bc71b5 |
| RGB | rgb(188, 113, 181) |
| HSL | hsl(306, 36%, 59%) |
| CMYK | cmyk(0%, 40%, 4%, 26%) |
| LAB | lab(57.9 39.9 -23.6) |
| LCH | lch(57.9 46.3 329.4) |
| OKLCH | oklch(0.653 0.129 330.3) |
Copy-ready code
/* CSS */
color: #bc71b5;
background-color: #bc71b5;
/* Tailwind (arbitrary) */
class="text-[#bc71b5] bg-[#bc71b5]"
/* SCSS */
$brand: #bc71b5;
/* SwiftUI */
Color(red: 0.737, green: 0.443, blue: 0.710)
/* Android */
Color.parseColor("#bc71b5")Accessibility — WCAG contrast
Aa
#bc71b5 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc71b5 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green44.3%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow3.7%
Key (black)26.3%
Color previews
#bc71b5 text on a black background
contrast 6.17:1
Card sample
#bc71b5 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc71b5;
Background color
Panel with #bc71b5 background
background-color: #bc71b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc71b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 113, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 113, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc71b5; background: linear-gradient(135deg, #bc71b5, #BC7183);