#bc0f2c
a dark, electric red · warm · closest name: firebrick
RGB
188, 15, 44
HSL
350°, 85%, 40%
CMYK
0, 92, 77, 26
Luminance
0.1121
Every format
| HEX | #bc0f2c |
| RGB | rgb(188, 15, 44) |
| HSL | hsl(350, 85%, 40%) |
| CMYK | cmyk(0%, 92%, 77%, 26%) |
| LAB | lab(40.0 62.9 33.3) |
| LCH | lch(40.0 71.2 27.9) |
| OKLCH | oklch(0.507 0.198 22.0) |
Copy-ready code
/* CSS */
color: #bc0f2c;
background-color: #bc0f2c;
/* Tailwind (arbitrary) */
class="text-[#bc0f2c] bg-[#bc0f2c]"
/* SCSS */
$brand: #bc0f2c;
/* SwiftUI */
Color(red: 0.737, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#bc0f2c")Accessibility — WCAG contrast
Aa
#bc0f2c on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0f2c on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow76.6%
Key (black)26.3%
Color previews
#bc0f2c text on a black background
contrast 3.24:1
Card sample
#bc0f2c text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0f2c;
Background color
Panel with #bc0f2c background
background-color: #bc0f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0f2c; background: linear-gradient(135deg, #bc0f2c, #BC650F);