#bc4b49
a balanced, vivid red · warm · closest name: firebrick
RGB
188, 75, 73
HSL
1°, 46%, 51%
CMYK
0, 60, 61, 26
Luminance
0.1620
Every format
| HEX | #bc4b49 |
| RGB | rgb(188, 75, 73) |
| HSL | hsl(1, 46%, 51%) |
| CMYK | cmyk(0%, 60%, 61%, 26%) |
| LAB | lab(47.3 45.4 24.8) |
| LCH | lch(47.3 51.7 28.6) |
| OKLCH | oklch(0.563 0.147 24.0) |
Copy-ready code
/* CSS */
color: #bc4b49;
background-color: #bc4b49;
/* Tailwind (arbitrary) */
class="text-[#bc4b49] bg-[#bc4b49]"
/* SCSS */
$brand: #bc4b49;
/* SwiftUI */
Color(red: 0.737, green: 0.294, blue: 0.286)
/* Android */
Color.parseColor("#bc4b49")Accessibility — WCAG contrast
Aa
#bc4b49 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc4b49 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green29.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow61.2%
Key (black)26.3%
Color previews
#bc4b49 text on a black background
contrast 4.24:1
Card sample
#bc4b49 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4b49;
Background color
Panel with #bc4b49 background
background-color: #bc4b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 75, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 75, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4b49; background: linear-gradient(135deg, #bc4b49, #BC9849);