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