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