#bc4b39
a balanced, vivid red · warm · closest name: firebrick
RGB
188, 75, 57
HSL
8°, 54%, 48%
CMYK
0, 60, 70, 26
Luminance
0.1602
Every format
| HEX | #bc4b39 |
| RGB | rgb(188, 75, 57) |
| HSL | hsl(8, 54%, 48%) |
| CMYK | cmyk(0%, 60%, 70%, 26%) |
| LAB | lab(47.0 44.5 33.8) |
| LCH | lch(47.0 55.9 37.3) |
| OKLCH | oklch(0.560 0.150 31.3) |
Copy-ready code
/* CSS */
color: #bc4b39;
background-color: #bc4b39;
/* Tailwind (arbitrary) */
class="text-[#bc4b39] bg-[#bc4b39]"
/* SCSS */
$brand: #bc4b39;
/* SwiftUI */
Color(red: 0.737, green: 0.294, blue: 0.224)
/* Android */
Color.parseColor("#bc4b39")Accessibility — WCAG contrast
Aa
#bc4b39 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc4b39 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green29.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow69.7%
Key (black)26.3%
Color previews
#bc4b39 text on a black background
contrast 4.20:1
Card sample
#bc4b39 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4b39;
Background color
Panel with #bc4b39 background
background-color: #bc4b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 75, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 75, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4b39; background: linear-gradient(135deg, #bc4b39, #BCA239);