#bc072f
a dark, electric red · warm · closest name: firebrick
RGB
188, 7, 47
HSL
347°, 93%, 38%
CMYK
0, 96, 75, 26
Luminance
0.1105
Every format
| HEX | #bc072f |
| RGB | rgb(188, 7, 47) |
| HSL | hsl(347, 93%, 38%) |
| CMYK | cmyk(0%, 96%, 75%, 26%) |
| LAB | lab(39.7 63.9 31.2) |
| LCH | lch(39.7 71.1 26.0) |
| OKLCH | oklch(0.505 0.200 20.5) |
Copy-ready code
/* CSS */
color: #bc072f;
background-color: #bc072f;
/* Tailwind (arbitrary) */
class="text-[#bc072f] bg-[#bc072f]"
/* SCSS */
$brand: #bc072f;
/* SwiftUI */
Color(red: 0.737, green: 0.027, blue: 0.184)
/* Android */
Color.parseColor("#bc072f")Accessibility — WCAG contrast
Aa
#bc072f on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc072f on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green2.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta96.3%
Yellow75.0%
Key (black)26.3%
Color previews
#bc072f text on a black background
contrast 3.21:1
Card sample
#bc072f text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc072f;
Background color
Panel with #bc072f background
background-color: #bc072f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc072f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 7, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 7, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc072f; background: linear-gradient(135deg, #bc072f, #BC5707);