#bc104f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
188, 16, 79
HSL
338°, 84%, 40%
CMYK
0, 92, 58, 26
Luminance
0.1163
Every format
| HEX | #bc104f |
| RGB | rgb(188, 16, 79) |
| HSL | hsl(338, 84%, 40%) |
| CMYK | cmyk(0%, 92%, 58%, 26%) |
| LAB | lab(40.6 64.5 12.3) |
| LCH | lch(40.6 65.7 10.8) |
| OKLCH | oklch(0.514 0.199 8.9) |
Copy-ready code
/* CSS */
color: #bc104f;
background-color: #bc104f;
/* Tailwind (arbitrary) */
class="text-[#bc104f] bg-[#bc104f]"
/* SCSS */
$brand: #bc104f;
/* SwiftUI */
Color(red: 0.737, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#bc104f")Accessibility — WCAG contrast
Aa
#bc104f on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc104f on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow58.0%
Key (black)26.3%
Color previews
#bc104f text on a black background
contrast 3.33:1
Card sample
#bc104f text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc104f;
Background color
Panel with #bc104f background
background-color: #bc104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc104f; background: linear-gradient(135deg, #bc104f, #BC4410);