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