#bc0eb9
a dark, electric magenta / pink · warm · closest name: purple
RGB
188, 14, 185
HSL
301°, 86%, 40%
CMYK
0, 93, 2, 26
Luminance
0.1451
Every format
| HEX | #bc0eb9 |
| RGB | rgb(188, 14, 185) |
| HSL | hsl(301, 86%, 40%) |
| CMYK | cmyk(0%, 93%, 2%, 26%) |
| LAB | lab(45.0 76.4 -46.2) |
| LCH | lch(45.0 89.3 328.8) |
| OKLCH | oklch(0.559 0.250 329.2) |
Copy-ready code
/* CSS */
color: #bc0eb9;
background-color: #bc0eb9;
/* Tailwind (arbitrary) */
class="text-[#bc0eb9] bg-[#bc0eb9]"
/* SCSS */
$brand: #bc0eb9;
/* SwiftUI */
Color(red: 0.737, green: 0.055, blue: 0.725)
/* Android */
Color.parseColor("#bc0eb9")Accessibility — WCAG contrast
Aa
#bc0eb9 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0eb9 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow1.6%
Key (black)26.3%
Color previews
#bc0eb9 text on a black background
contrast 3.90:1
Card sample
#bc0eb9 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0eb9;
Background color
Panel with #bc0eb9 background
background-color: #bc0eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 14, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 14, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0eb9; background: linear-gradient(135deg, #bc0eb9, #BC0E45);