#bc7410
a dark, electric orange · warm · closest name: peru
RGB
188, 116, 16
HSL
35°, 84%, 40%
CMYK
0, 38, 92, 26
Luminance
0.2322
Every format
| HEX | #bc7410 |
| RGB | rgb(188, 116, 16) |
| HSL | hsl(35, 84%, 40%) |
| CMYK | cmyk(0%, 38%, 92%, 26%) |
| LAB | lab(55.3 21.7 59.1) |
| LCH | lch(55.3 62.9 69.8) |
| OKLCH | oklch(0.623 0.134 66.4) |
Copy-ready code
/* CSS */
color: #bc7410;
background-color: #bc7410;
/* Tailwind (arbitrary) */
class="text-[#bc7410] bg-[#bc7410]"
/* SCSS */
$brand: #bc7410;
/* SwiftUI */
Color(red: 0.737, green: 0.455, blue: 0.063)
/* Android */
Color.parseColor("#bc7410")Accessibility — WCAG contrast
Aa
#bc7410 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc7410 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green45.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow91.5%
Key (black)26.3%
Color previews
#bc7410 text on a black background
contrast 5.64:1
Card sample
#bc7410 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7410;
Background color
Panel with #bc7410 background
background-color: #bc7410;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7410;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 116, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 116, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7410; background: linear-gradient(135deg, #bc7410, #91BC10);