#bc034f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
188, 3, 79
HSL
335°, 97%, 38%
CMYK
0, 98, 58, 26
Luminance
0.1132
Every format
| HEX | #bc034f |
| RGB | rgb(188, 3, 79) |
| HSL | hsl(335, 97%, 38%) |
| CMYK | cmyk(0%, 98%, 58%, 26%) |
| LAB | lab(40.1 66.0 11.6) |
| LCH | lch(40.1 67.0 10.0) |
| OKLCH | oklch(0.510 0.203 8.3) |
Copy-ready code
/* CSS */
color: #bc034f;
background-color: #bc034f;
/* Tailwind (arbitrary) */
class="text-[#bc034f] bg-[#bc034f]"
/* SCSS */
$brand: #bc034f;
/* SwiftUI */
Color(red: 0.737, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#bc034f")Accessibility — WCAG contrast
Aa
#bc034f on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc034f on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green1.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow58.0%
Key (black)26.3%
Color previews
#bc034f text on a black background
contrast 3.26:1
Card sample
#bc034f text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc034f;
Background color
Panel with #bc034f background
background-color: #bc034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc034f; background: linear-gradient(135deg, #bc034f, #BC3303);