#bc005f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
188, 0, 95
HSL
330°, 100%, 37%
CMYK
0, 100, 50, 26
Luminance
0.1152
Every format
| HEX | #bc005f |
| RGB | rgb(188, 0, 95) |
| HSL | hsl(330, 100%, 37%) |
| CMYK | cmyk(0%, 100%, 50%, 26%) |
| LAB | lab(40.4 67.4 1.8) |
| LCH | lch(40.4 67.4 1.6) |
| OKLCH | oklch(0.514 0.208 1.5) |
Copy-ready code
/* CSS */
color: #bc005f;
background-color: #bc005f;
/* Tailwind (arbitrary) */
class="text-[#bc005f] bg-[#bc005f]"
/* SCSS */
$brand: #bc005f;
/* SwiftUI */
Color(red: 0.737, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#bc005f")Accessibility — WCAG contrast
Aa
#bc005f on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc005f on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow49.5%
Key (black)26.3%
Color previews
#bc005f text on a black background
contrast 3.30:1
Card sample
#bc005f text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc005f;
Background color
Panel with #bc005f background
background-color: #bc005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc005f; background: linear-gradient(135deg, #bc005f, #BC1E00);