#bc04df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
188, 4, 223
HSL
290°, 97%, 45%
CMYK
16, 98, 0, 13
Luminance
0.1611
Every format
| HEX | #bc04df |
| RGB | rgb(188, 4, 223) |
| HSL | hsl(290, 97%, 45%) |
| CMYK | cmyk(16%, 98%, 0%, 13%) |
| LAB | lab(47.1 83.2 -64.7) |
| LCH | lch(47.1 105.4 322.1) |
| OKLCH | oklch(0.582 0.279 319.2) |
Copy-ready code
/* CSS */
color: #bc04df;
background-color: #bc04df;
/* Tailwind (arbitrary) */
class="text-[#bc04df] bg-[#bc04df]"
/* SCSS */
$brand: #bc04df;
/* SwiftUI */
Color(red: 0.737, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#bc04df")Accessibility — WCAG contrast
Aa
#bc04df on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc04df on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green1.6%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bc04df text on a black background
contrast 4.22:1
Card sample
#bc04df text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc04df;
Background color
Panel with #bc04df background
background-color: #bc04df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc04df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc04df; background: linear-gradient(135deg, #bc04df, #DF0470);