#bc5f14
a dark, electric orange · warm · closest name: chocolate
RGB
188, 95, 20
HSL
27°, 81%, 41%
CMYK
0, 50, 89, 26
Luminance
0.1893
Every format
| HEX | #bc5f14 |
| RGB | rgb(188, 95, 20) |
| HSL | hsl(27, 81%, 41%) |
| CMYK | cmyk(0%, 50%, 89%, 26%) |
| LAB | lab(50.6 33.1 54.4) |
| LCH | lch(50.6 63.7 58.7) |
| OKLCH | oklch(0.587 0.143 52.2) |
Copy-ready code
/* CSS */
color: #bc5f14;
background-color: #bc5f14;
/* Tailwind (arbitrary) */
class="text-[#bc5f14] bg-[#bc5f14]"
/* SCSS */
$brand: #bc5f14;
/* SwiftUI */
Color(red: 0.737, green: 0.373, blue: 0.078)
/* Android */
Color.parseColor("#bc5f14")Accessibility — WCAG contrast
Aa
#bc5f14 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5f14 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green37.3%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow89.4%
Key (black)26.3%
Color previews
#bc5f14 text on a black background
contrast 4.79:1
Card sample
#bc5f14 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5f14;
Background color
Panel with #bc5f14 background
background-color: #bc5f14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5f14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 95, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 95, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5f14; background: linear-gradient(135deg, #bc5f14, #A9BC14);