#bc4d2f
a balanced, vivid red · warm · closest name: sienna
RGB
188, 77, 47
HSL
13°, 60%, 46%
CMYK
0, 59, 75, 26
Luminance
0.1620
Every format
| HEX | #bc4d2f |
| RGB | rgb(188, 77, 47) |
| HSL | hsl(13, 60%, 46%) |
| CMYK | cmyk(0%, 59%, 75%, 26%) |
| LAB | lab(47.3 43.0 39.6) |
| LCH | lch(47.3 58.5 42.6) |
| OKLCH | oklch(0.561 0.150 36.0) |
Copy-ready code
/* CSS */
color: #bc4d2f;
background-color: #bc4d2f;
/* Tailwind (arbitrary) */
class="text-[#bc4d2f] bg-[#bc4d2f]"
/* SCSS */
$brand: #bc4d2f;
/* SwiftUI */
Color(red: 0.737, green: 0.302, blue: 0.184)
/* Android */
Color.parseColor("#bc4d2f")Accessibility — WCAG contrast
Aa
#bc4d2f on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc4d2f on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green30.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow75.0%
Key (black)26.3%
Color previews
#bc4d2f text on a black background
contrast 4.24:1
Card sample
#bc4d2f text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4d2f;
Background color
Panel with #bc4d2f background
background-color: #bc4d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 77, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 77, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4d2f; background: linear-gradient(135deg, #bc4d2f, #BCAB2F);