#bc9057
a balanced, soft orange · warm · closest name: peru
RGB
188, 144, 87
HSL
34°, 43%, 54%
CMYK
0, 23, 54, 26
Luminance
0.3133
Every format
| HEX | #bc9057 |
| RGB | rgb(188, 144, 87) |
| HSL | hsl(34, 43%, 54%) |
| CMYK | cmyk(0%, 23%, 54%, 26%) |
| LAB | lab(62.8 9.8 36.5) |
| LCH | lch(62.8 37.8 74.9) |
| OKLCH | oklch(0.683 0.091 72.5) |
Copy-ready code
/* CSS */
color: #bc9057;
background-color: #bc9057;
/* Tailwind (arbitrary) */
class="text-[#bc9057] bg-[#bc9057]"
/* SCSS */
$brand: #bc9057;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.341)
/* Android */
Color.parseColor("#bc9057")Accessibility — WCAG contrast
Aa
#bc9057 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9057 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow53.7%
Key (black)26.3%
Color previews
#bc9057 text on a black background
contrast 7.27:1
Card sample
#bc9057 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9057;
Background color
Panel with #bc9057 background
background-color: #bc9057;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9057;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9057; background: linear-gradient(135deg, #bc9057, #A5BC57);