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