#bc1f2f
a dark, vivid red · warm · closest name: firebrick
RGB
188, 31, 47
HSL
354°, 72%, 43%
CMYK
0, 84, 75, 26
Luminance
0.1188
Every format
| HEX | #bc1f2f |
| RGB | rgb(188, 31, 47) |
| HSL | hsl(354, 72%, 43%) |
| CMYK | cmyk(0%, 84%, 75%, 26%) |
| LAB | lab(41.0 60.0 32.8) |
| LCH | lch(41.0 68.4 28.6) |
| OKLCH | oklch(0.515 0.190 22.8) |
Copy-ready code
/* CSS */
color: #bc1f2f;
background-color: #bc1f2f;
/* Tailwind (arbitrary) */
class="text-[#bc1f2f] bg-[#bc1f2f]"
/* SCSS */
$brand: #bc1f2f;
/* SwiftUI */
Color(red: 0.737, green: 0.122, blue: 0.184)
/* Android */
Color.parseColor("#bc1f2f")Accessibility — WCAG contrast
Aa
#bc1f2f on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc1f2f on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green12.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow75.0%
Key (black)26.3%
Color previews
#bc1f2f text on a black background
contrast 3.38:1
Card sample
#bc1f2f text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc1f2f;
Background color
Panel with #bc1f2f background
background-color: #bc1f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc1f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 31, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 31, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc1f2f; background: linear-gradient(135deg, #bc1f2f, #BC781F);