#bc5f21
a dark, vivid orange · warm · closest name: chocolate
RGB
188, 95, 33
HSL
24°, 70%, 43%
CMYK
0, 50, 82, 26
Luminance
0.1899
Every format
| HEX | #bc5f21 |
| RGB | rgb(188, 95, 33) |
| HSL | hsl(24, 70%, 43%) |
| CMYK | cmyk(0%, 50%, 82%, 26%) |
| LAB | lab(50.7 33.4 49.7) |
| LCH | lch(50.7 59.9 56.1) |
| OKLCH | oklch(0.587 0.139 49.7) |
Copy-ready code
/* CSS */
color: #bc5f21;
background-color: #bc5f21;
/* Tailwind (arbitrary) */
class="text-[#bc5f21] bg-[#bc5f21]"
/* SCSS */
$brand: #bc5f21;
/* SwiftUI */
Color(red: 0.737, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#bc5f21")Accessibility — WCAG contrast
Aa
#bc5f21 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5f21 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow82.4%
Key (black)26.3%
Color previews
#bc5f21 text on a black background
contrast 4.80:1
Card sample
#bc5f21 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5f21;
Background color
Panel with #bc5f21 background
background-color: #bc5f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5f21; background: linear-gradient(135deg, #bc5f21, #B1BC21);