#bc204f
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
188, 32, 79
HSL
342°, 71%, 43%
CMYK
0, 83, 58, 26
Luminance
0.1229
Every format
| HEX | #bc204f |
| RGB | rgb(188, 32, 79) |
| HSL | hsl(342, 71%, 43%) |
| CMYK | cmyk(0%, 83%, 58%, 26%) |
| LAB | lab(41.7 61.5 13.7) |
| LCH | lch(41.7 63.0 12.6) |
| OKLCH | oklch(0.522 0.190 10.4) |
Copy-ready code
/* CSS */
color: #bc204f;
background-color: #bc204f;
/* Tailwind (arbitrary) */
class="text-[#bc204f] bg-[#bc204f]"
/* SCSS */
$brand: #bc204f;
/* SwiftUI */
Color(red: 0.737, green: 0.125, blue: 0.310)
/* Android */
Color.parseColor("#bc204f")Accessibility — WCAG contrast
Aa
#bc204f on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc204f on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green12.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow58.0%
Key (black)26.3%
Color previews
#bc204f text on a black background
contrast 3.46:1
Card sample
#bc204f text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc204f;
Background color
Panel with #bc204f background
background-color: #bc204f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc204f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 32, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 32, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc204f; background: linear-gradient(135deg, #bc204f, #BC5920);