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