#bc5f39
a balanced, vivid orange · warm · closest name: sienna
RGB
188, 95, 57
HSL
17°, 54%, 48%
CMYK
0, 50, 70, 26
Luminance
0.1917
Every format
| HEX | #bc5f39 |
| RGB | rgb(188, 95, 57) |
| HSL | hsl(17, 54%, 48%) |
| CMYK | cmyk(0%, 50%, 70%, 26%) |
| LAB | lab(50.9 34.5 38.3) |
| LCH | lch(50.9 51.5 48.0) |
| OKLCH | oklch(0.590 0.131 42.0) |
Copy-ready code
/* CSS */
color: #bc5f39;
background-color: #bc5f39;
/* Tailwind (arbitrary) */
class="text-[#bc5f39] bg-[#bc5f39]"
/* SCSS */
$brand: #bc5f39;
/* SwiftUI */
Color(red: 0.737, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#bc5f39")Accessibility — WCAG contrast
Aa
#bc5f39 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5f39 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow69.7%
Key (black)26.3%
Color previews
#bc5f39 text on a black background
contrast 4.83:1
Card sample
#bc5f39 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5f39;
Background color
Panel with #bc5f39 background
background-color: #bc5f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5f39; background: linear-gradient(135deg, #bc5f39, #BCB639);