#bc0cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
188, 12, 223
HSL
290°, 90%, 46%
CMYK
16, 95, 0, 13
Luminance
0.1628
Every format
| HEX | #bc0cdf |
| RGB | rgb(188, 12, 223) |
| HSL | hsl(290, 90%, 46%) |
| CMYK | cmyk(16%, 95%, 0%, 13%) |
| LAB | lab(47.3 82.5 -64.3) |
| LCH | lch(47.3 104.7 322.1) |
| OKLCH | oklch(0.584 0.277 319.1) |
Copy-ready code
/* CSS */
color: #bc0cdf;
background-color: #bc0cdf;
/* Tailwind (arbitrary) */
class="text-[#bc0cdf] bg-[#bc0cdf]"
/* SCSS */
$brand: #bc0cdf;
/* SwiftUI */
Color(red: 0.737, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#bc0cdf")Accessibility — WCAG contrast
Aa
#bc0cdf on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0cdf on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bc0cdf text on a black background
contrast 4.26:1
Card sample
#bc0cdf text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0cdf;
Background color
Panel with #bc0cdf background
background-color: #bc0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0cdf; background: linear-gradient(135deg, #bc0cdf, #DF0C76);