#bc2b21
a dark, vivid red · warm · closest name: firebrick
RGB
188, 43, 33
HSL
4°, 70%, 43%
CMYK
0, 77, 82, 26
Luminance
0.1253
Every format
| HEX | #bc2b21 |
| RGB | rgb(188, 43, 33) |
| HSL | hsl(4, 70%, 43%) |
| CMYK | cmyk(0%, 77%, 82%, 26%) |
| LAB | lab(42.0 56.2 41.7) |
| LCH | lch(42.0 70.0 36.6) |
| OKLCH | oklch(0.522 0.183 29.0) |
Copy-ready code
/* CSS */
color: #bc2b21;
background-color: #bc2b21;
/* Tailwind (arbitrary) */
class="text-[#bc2b21] bg-[#bc2b21]"
/* SCSS */
$brand: #bc2b21;
/* SwiftUI */
Color(red: 0.737, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#bc2b21")Accessibility — WCAG contrast
Aa
#bc2b21 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2b21 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green16.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow82.4%
Key (black)26.3%
Color previews
#bc2b21 text on a black background
contrast 3.51:1
Card sample
#bc2b21 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2b21;
Background color
Panel with #bc2b21 background
background-color: #bc2b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2b21; background: linear-gradient(135deg, #bc2b21, #BC9221);