#bc021f
a dark, electric red · warm · closest name: firebrick
RGB
188, 2, 31
HSL
351°, 98%, 37%
CMYK
0, 99, 84, 26
Luminance
0.1083
Every format
| HEX | #bc021f |
| RGB | rgb(188, 2, 31) |
| HSL | hsl(351, 98%, 37%) |
| CMYK | cmyk(0%, 99%, 84%, 26%) |
| LAB | lab(39.3 63.9 40.2) |
| LCH | lch(39.3 75.5 32.2) |
| OKLCH | oklch(0.502 0.202 24.7) |
Copy-ready code
/* CSS */
color: #bc021f;
background-color: #bc021f;
/* Tailwind (arbitrary) */
class="text-[#bc021f] bg-[#bc021f]"
/* SCSS */
$brand: #bc021f;
/* SwiftUI */
Color(red: 0.737, green: 0.008, blue: 0.122)
/* Android */
Color.parseColor("#bc021f")Accessibility — WCAG contrast
Aa
#bc021f on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc021f on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green0.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow83.5%
Key (black)26.3%
Color previews
#bc021f text on a black background
contrast 3.17:1
Card sample
#bc021f text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc021f;
Background color
Panel with #bc021f background
background-color: #bc021f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc021f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 2, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 2, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc021f; background: linear-gradient(135deg, #bc021f, #BC6102);