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