#bc2c4f
a balanced, vivid red · warm · closest name: crimson
RGB
188, 44, 79
HSL
345°, 62%, 46%
CMYK
0, 77, 58, 26
Luminance
0.1306
Every format
| HEX | #bc2c4f |
| RGB | rgb(188, 44, 79) |
| HSL | hsl(345, 62%, 46%) |
| CMYK | cmyk(0%, 77%, 58%, 26%) |
| LAB | lab(42.9 58.1 15.3) |
| LCH | lch(42.9 60.1 14.8) |
| OKLCH | oklch(0.530 0.180 12.3) |
Copy-ready code
/* CSS */
color: #bc2c4f;
background-color: #bc2c4f;
/* Tailwind (arbitrary) */
class="text-[#bc2c4f] bg-[#bc2c4f]"
/* SCSS */
$brand: #bc2c4f;
/* SwiftUI */
Color(red: 0.737, green: 0.173, blue: 0.310)
/* Android */
Color.parseColor("#bc2c4f")Accessibility — WCAG contrast
Aa
#bc2c4f on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2c4f on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green17.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow58.0%
Key (black)26.3%
Color previews
#bc2c4f text on a black background
contrast 3.61:1
Card sample
#bc2c4f text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2c4f;
Background color
Panel with #bc2c4f background
background-color: #bc2c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 44, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 44, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2c4f; background: linear-gradient(135deg, #bc2c4f, #BC692C);