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