#bc00df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
188, 0, 223
HSL
291°, 100%, 44%
CMYK
16, 100, 0, 13
Luminance
0.1602
Every format
| HEX | #bc00df |
| RGB | rgb(188, 0, 223) |
| HSL | hsl(291, 100%, 44%) |
| CMYK | cmyk(16%, 100%, 0%, 13%) |
| LAB | lab(47.0 83.6 -64.9) |
| LCH | lch(47.0 105.8 322.2) |
| OKLCH | oklch(0.581 0.280 319.2) |
Copy-ready code
/* CSS */
color: #bc00df;
background-color: #bc00df;
/* Tailwind (arbitrary) */
class="text-[#bc00df] bg-[#bc00df]"
/* SCSS */
$brand: #bc00df;
/* SwiftUI */
Color(red: 0.737, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#bc00df")Accessibility — WCAG contrast
Aa
#bc00df on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc00df on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green0.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bc00df text on a black background
contrast 4.20:1
Card sample
#bc00df text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc00df;
Background color
Panel with #bc00df background
background-color: #bc00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc00df; background: linear-gradient(135deg, #bc00df, #DF006D);