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