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