#bc4f2d
a balanced, vivid red · warm · closest name: sienna
RGB
188, 79, 45
HSL
14°, 61%, 46%
CMYK
0, 58, 76, 26
Luminance
0.1647
Every format
| HEX | #bc4f2d |
| RGB | rgb(188, 79, 45) |
| HSL | hsl(14, 61%, 46%) |
| CMYK | cmyk(0%, 58%, 76%, 26%) |
| LAB | lab(47.6 42.0 41.0) |
| LCH | lch(47.6 58.7 44.3) |
| OKLCH | oklch(0.564 0.149 37.6) |
Copy-ready code
/* CSS */
color: #bc4f2d;
background-color: #bc4f2d;
/* Tailwind (arbitrary) */
class="text-[#bc4f2d] bg-[#bc4f2d]"
/* SCSS */
$brand: #bc4f2d;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.176)
/* Android */
Color.parseColor("#bc4f2d")Accessibility — WCAG contrast
Aa
#bc4f2d on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc4f2d on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow76.1%
Key (black)26.3%
Color previews
#bc4f2d text on a black background
contrast 4.29:1
Card sample
#bc4f2d text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4f2d;
Background color
Panel with #bc4f2d background
background-color: #bc4f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4f2d; background: linear-gradient(135deg, #bc4f2d, #BCAE2D);