#bc0366
a dark, electric magenta / pink · warm · closest name: crimson
RGB
188, 3, 102
HSL
328°, 97%, 38%
CMYK
0, 98, 46, 26
Luminance
0.1172
Every format
| HEX | #bc0366 |
| RGB | rgb(188, 3, 102) |
| HSL | hsl(328, 97%, 38%) |
| CMYK | cmyk(0%, 98%, 46%, 26%) |
| LAB | lab(40.8 67.7 -2.1) |
| LCH | lch(40.8 67.7 358.2) |
| OKLCH | oklch(0.517 0.209 358.7) |
Copy-ready code
/* CSS */
color: #bc0366;
background-color: #bc0366;
/* Tailwind (arbitrary) */
class="text-[#bc0366] bg-[#bc0366]"
/* SCSS */
$brand: #bc0366;
/* SwiftUI */
Color(red: 0.737, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#bc0366")Accessibility — WCAG contrast
Aa
#bc0366 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0366 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green1.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow45.7%
Key (black)26.3%
Color previews
#bc0366 text on a black background
contrast 3.34:1
Card sample
#bc0366 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0366;
Background color
Panel with #bc0366 background
background-color: #bc0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0366; background: linear-gradient(135deg, #bc0366, #BC1B03);