#bc0eb5
a dark, electric magenta / pink · warm · closest name: purple
RGB
188, 14, 181
HSL
302°, 86%, 40%
CMYK
0, 93, 4, 26
Luminance
0.1434
Every format
| HEX | #bc0eb5 |
| RGB | rgb(188, 14, 181) |
| HSL | hsl(302, 86%, 40%) |
| CMYK | cmyk(0%, 93%, 4%, 26%) |
| LAB | lab(44.7 75.8 -44.2) |
| LCH | lch(44.7 87.7 329.7) |
| OKLCH | oklch(0.557 0.248 330.4) |
Copy-ready code
/* CSS */
color: #bc0eb5;
background-color: #bc0eb5;
/* Tailwind (arbitrary) */
class="text-[#bc0eb5] bg-[#bc0eb5]"
/* SCSS */
$brand: #bc0eb5;
/* SwiftUI */
Color(red: 0.737, green: 0.055, blue: 0.710)
/* Android */
Color.parseColor("#bc0eb5")Accessibility — WCAG contrast
Aa
#bc0eb5 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0eb5 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow3.7%
Key (black)26.3%
Color previews
#bc0eb5 text on a black background
contrast 3.87:1
Card sample
#bc0eb5 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0eb5;
Background color
Panel with #bc0eb5 background
background-color: #bc0eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 14, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 14, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0eb5; background: linear-gradient(135deg, #bc0eb5, #BC0E41);