#bc4f21
a dark, vivid orange · warm · closest name: chocolate
RGB
188, 79, 33
HSL
18°, 70%, 43%
CMYK
0, 58, 82, 26
Luminance
0.1639
Every format
| HEX | #bc4f21 |
| RGB | rgb(188, 79, 33) |
| HSL | hsl(18, 70%, 43%) |
| CMYK | cmyk(0%, 58%, 82%, 26%) |
| LAB | lab(47.5 41.5 46.8) |
| LCH | lch(47.5 62.6 48.4) |
| OKLCH | oklch(0.563 0.152 41.1) |
Copy-ready code
/* CSS */
color: #bc4f21;
background-color: #bc4f21;
/* Tailwind (arbitrary) */
class="text-[#bc4f21] bg-[#bc4f21]"
/* SCSS */
$brand: #bc4f21;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#bc4f21")Accessibility — WCAG contrast
Aa
#bc4f21 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc4f21 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow82.4%
Key (black)26.3%
Color previews
#bc4f21 text on a black background
contrast 4.28:1
Card sample
#bc4f21 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4f21;
Background color
Panel with #bc4f21 background
background-color: #bc4f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4f21; background: linear-gradient(135deg, #bc4f21, #BCB621);