#bc4b2f
a balanced, vivid red · warm · closest name: firebrick
RGB
188, 75, 47
HSL
12°, 60%, 46%
CMYK
0, 60, 75, 26
Luminance
0.1593
Every format
| HEX | #bc4b2f |
| RGB | rgb(188, 75, 47) |
| HSL | hsl(12, 60%, 46%) |
| CMYK | cmyk(0%, 60%, 75%, 26%) |
| LAB | lab(46.9 44.0 39.2) |
| LCH | lch(46.9 58.9 41.7) |
| OKLCH | oklch(0.559 0.152 35.1) |
Copy-ready code
/* CSS */
color: #bc4b2f;
background-color: #bc4b2f;
/* Tailwind (arbitrary) */
class="text-[#bc4b2f] bg-[#bc4b2f]"
/* SCSS */
$brand: #bc4b2f;
/* SwiftUI */
Color(red: 0.737, green: 0.294, blue: 0.184)
/* Android */
Color.parseColor("#bc4b2f")Accessibility — WCAG contrast
Aa
#bc4b2f on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc4b2f on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green29.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow75.0%
Key (black)26.3%
Color previews
#bc4b2f text on a black background
contrast 4.19:1
Card sample
#bc4b2f text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4b2f;
Background color
Panel with #bc4b2f background
background-color: #bc4b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 75, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 75, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4b2f; background: linear-gradient(135deg, #bc4b2f, #BCA92F);