#bc4a13
a dark, electric orange · warm · closest name: chocolate
RGB
188, 74, 19
HSL
20°, 82%, 41%
CMYK
0, 61, 90, 26
Luminance
0.1564
Every format
| HEX | #bc4a13 |
| RGB | rgb(188, 74, 19) |
| HSL | hsl(20, 82%, 41%) |
| CMYK | cmyk(0%, 61%, 90%, 26%) |
| LAB | lab(46.5 43.6 51.6) |
| LCH | lch(46.5 67.6 49.8) |
| OKLCH | oklch(0.555 0.159 41.7) |
Copy-ready code
/* CSS */
color: #bc4a13;
background-color: #bc4a13;
/* Tailwind (arbitrary) */
class="text-[#bc4a13] bg-[#bc4a13]"
/* SCSS */
$brand: #bc4a13;
/* SwiftUI */
Color(red: 0.737, green: 0.290, blue: 0.075)
/* Android */
Color.parseColor("#bc4a13")Accessibility — WCAG contrast
Aa
#bc4a13 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc4a13 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green29.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow89.9%
Key (black)26.3%
Color previews
#bc4a13 text on a black background
contrast 4.13:1
Card sample
#bc4a13 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4a13;
Background color
Panel with #bc4a13 background
background-color: #bc4a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 74, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 74, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4a13; background: linear-gradient(135deg, #bc4a13, #BCBB13);