#bc9249
a balanced, vivid orange · warm · closest name: peru
RGB
188, 146, 73
HSL
38°, 46%, 51%
CMYK
0, 22, 61, 26
Luminance
0.3173
Every format
| HEX | #bc9249 |
| RGB | rgb(188, 146, 73) |
| HSL | hsl(38, 46%, 51%) |
| CMYK | cmyk(0%, 22%, 61%, 26%) |
| LAB | lab(63.1 7.6 44.0) |
| LCH | lch(63.1 44.7 80.2) |
| OKLCH | oklch(0.685 0.104 79.4) |
Copy-ready code
/* CSS */
color: #bc9249;
background-color: #bc9249;
/* Tailwind (arbitrary) */
class="text-[#bc9249] bg-[#bc9249]"
/* SCSS */
$brand: #bc9249;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.286)
/* Android */
Color.parseColor("#bc9249")Accessibility — WCAG contrast
Aa
#bc9249 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9249 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow61.2%
Key (black)26.3%
Color previews
#bc9249 text on a black background
contrast 7.35:1
Card sample
#bc9249 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9249;
Background color
Panel with #bc9249 background
background-color: #bc9249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9249; background: linear-gradient(135deg, #bc9249, #99BC49);