#bc9257
a balanced, soft orange · warm · closest name: peru
RGB
188, 146, 87
HSL
35°, 43%, 54%
CMYK
0, 22, 54, 26
Luminance
0.3194
Every format
| HEX | #bc9257 |
| RGB | rgb(188, 146, 87) |
| HSL | hsl(35, 43%, 54%) |
| CMYK | cmyk(0%, 22%, 54%, 26%) |
| LAB | lab(63.3 8.7 37.1) |
| LCH | lch(63.3 38.1 76.8) |
| OKLCH | oklch(0.687 0.092 74.6) |
Copy-ready code
/* CSS */
color: #bc9257;
background-color: #bc9257;
/* Tailwind (arbitrary) */
class="text-[#bc9257] bg-[#bc9257]"
/* SCSS */
$brand: #bc9257;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.341)
/* Android */
Color.parseColor("#bc9257")Accessibility — WCAG contrast
Aa
#bc9257 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9257 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow53.7%
Key (black)26.3%
Color previews
#bc9257 text on a black background
contrast 7.39:1
Card sample
#bc9257 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9257;
Background color
Panel with #bc9257 background
background-color: #bc9257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9257; background: linear-gradient(135deg, #bc9257, #A3BC57);