#bc8313
a dark, electric orange · warm · closest name: peru
RGB
188, 131, 19
HSL
40°, 82%, 41%
CMYK
0, 30, 90, 26
Luminance
0.2697
Every format
| HEX | #bc8313 |
| RGB | rgb(188, 131, 19) |
| HSL | hsl(40, 82%, 41%) |
| CMYK | cmyk(0%, 30%, 90%, 26%) |
| LAB | lab(59.0 13.4 61.1) |
| LCH | lch(59.0 62.6 77.6) |
| OKLCH | oklch(0.651 0.132 76.9) |
Copy-ready code
/* CSS */
color: #bc8313;
background-color: #bc8313;
/* Tailwind (arbitrary) */
class="text-[#bc8313] bg-[#bc8313]"
/* SCSS */
$brand: #bc8313;
/* SwiftUI */
Color(red: 0.737, green: 0.514, blue: 0.075)
/* Android */
Color.parseColor("#bc8313")Accessibility — WCAG contrast
Aa
#bc8313 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc8313 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green51.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow89.9%
Key (black)26.3%
Color previews
#bc8313 text on a black background
contrast 6.39:1
Card sample
#bc8313 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8313;
Background color
Panel with #bc8313 background
background-color: #bc8313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 131, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 131, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8313; background: linear-gradient(135deg, #bc8313, #84BC13);