#bc2b49
a balanced, vivid red · warm · closest name: firebrick
RGB
188, 43, 73
HSL
348°, 63%, 45%
CMYK
0, 77, 61, 26
Luminance
0.1290
Every format
| HEX | #bc2b49 |
| RGB | rgb(188, 43, 73) |
| HSL | hsl(348, 63%, 45%) |
| CMYK | cmyk(0%, 77%, 61%, 26%) |
| LAB | lab(42.6 58.0 18.8) |
| LCH | lch(42.6 61.0 17.9) |
| OKLCH | oklch(0.528 0.180 14.7) |
Copy-ready code
/* CSS */
color: #bc2b49;
background-color: #bc2b49;
/* Tailwind (arbitrary) */
class="text-[#bc2b49] bg-[#bc2b49]"
/* SCSS */
$brand: #bc2b49;
/* SwiftUI */
Color(red: 0.737, green: 0.169, blue: 0.286)
/* Android */
Color.parseColor("#bc2b49")Accessibility — WCAG contrast
Aa
#bc2b49 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2b49 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green16.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow61.2%
Key (black)26.3%
Color previews
#bc2b49 text on a black background
contrast 3.58:1
Card sample
#bc2b49 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2b49;
Background color
Panel with #bc2b49 background
background-color: #bc2b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 43, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 43, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2b49; background: linear-gradient(135deg, #bc2b49, #BC6E2B);