#bc3c2f
a balanced, vivid red · warm · closest name: firebrick
RGB
188, 60, 47
HSL
6°, 60%, 46%
CMYK
0, 68, 75, 26
Luminance
0.1413
Every format
| HEX | #bc3c2f |
| RGB | rgb(188, 60, 47) |
| HSL | hsl(6, 60%, 46%) |
| CMYK | cmyk(0%, 68%, 75%, 26%) |
| LAB | lab(44.4 50.6 36.5) |
| LCH | lch(44.4 62.4 35.8) |
| OKLCH | oklch(0.540 0.166 29.4) |
Copy-ready code
/* CSS */
color: #bc3c2f;
background-color: #bc3c2f;
/* Tailwind (arbitrary) */
class="text-[#bc3c2f] bg-[#bc3c2f]"
/* SCSS */
$brand: #bc3c2f;
/* SwiftUI */
Color(red: 0.737, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#bc3c2f")Accessibility — WCAG contrast
Aa
#bc3c2f on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc3c2f on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow75.0%
Key (black)26.3%
Color previews
#bc3c2f text on a black background
contrast 3.83:1
Card sample
#bc3c2f text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3c2f;
Background color
Panel with #bc3c2f background
background-color: #bc3c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3c2f; background: linear-gradient(135deg, #bc3c2f, #BC9A2F);