#bc0650
a dark, electric magenta / pink · warm · closest name: crimson
RGB
188, 6, 80
HSL
336°, 94%, 38%
CMYK
0, 97, 57, 26
Luminance
0.1140
Every format
| HEX | #bc0650 |
| RGB | rgb(188, 6, 80) |
| HSL | hsl(336, 94%, 38%) |
| CMYK | cmyk(0%, 97%, 57%, 26%) |
| LAB | lab(40.3 65.7 11.1) |
| LCH | lch(40.3 66.6 9.6) |
| OKLCH | oklch(0.511 0.202 8.0) |
Copy-ready code
/* CSS */
color: #bc0650;
background-color: #bc0650;
/* Tailwind (arbitrary) */
class="text-[#bc0650] bg-[#bc0650]"
/* SCSS */
$brand: #bc0650;
/* SwiftUI */
Color(red: 0.737, green: 0.024, blue: 0.314)
/* Android */
Color.parseColor("#bc0650")Accessibility — WCAG contrast
Aa
#bc0650 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0650 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green2.4%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow57.4%
Key (black)26.3%
Color previews
#bc0650 text on a black background
contrast 3.28:1
Card sample
#bc0650 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0650;
Background color
Panel with #bc0650 background
background-color: #bc0650;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0650;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 6, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 6, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0650; background: linear-gradient(135deg, #bc0650, #BC3506);