#bc9142
a balanced, vivid orange · warm · closest name: peru
RGB
188, 145, 66
HSL
39°, 48%, 50%
CMYK
0, 23, 65, 26
Luminance
0.3134
Every format
| HEX | #bc9142 |
| RGB | rgb(188, 145, 66) |
| HSL | hsl(39, 48%, 50%) |
| CMYK | cmyk(0%, 23%, 65%, 26%) |
| LAB | lab(62.8 7.7 47.1) |
| LCH | lch(62.8 47.7 80.7) |
| OKLCH | oklch(0.682 0.109 80.3) |
Copy-ready code
/* CSS */
color: #bc9142;
background-color: #bc9142;
/* Tailwind (arbitrary) */
class="text-[#bc9142] bg-[#bc9142]"
/* SCSS */
$brand: #bc9142;
/* SwiftUI */
Color(red: 0.737, green: 0.569, blue: 0.259)
/* Android */
Color.parseColor("#bc9142")Accessibility — WCAG contrast
Aa
#bc9142 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9142 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.9%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow64.9%
Key (black)26.3%
Color previews
#bc9142 text on a black background
contrast 7.27:1
Card sample
#bc9142 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9142;
Background color
Panel with #bc9142 background
background-color: #bc9142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 145, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 145, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9142; background: linear-gradient(135deg, #bc9142, #96BC42);