#bc9a5d
a balanced, soft orange · warm · closest name: tan
RGB
188, 154, 93
HSL
39°, 42%, 55%
CMYK
0, 18, 51, 26
Luminance
0.3459
Every format
| HEX | #bc9a5d |
| RGB | rgb(188, 154, 93) |
| HSL | hsl(39, 42%, 55%) |
| CMYK | cmyk(0%, 18%, 51%, 26%) |
| LAB | lab(65.4 4.9 36.6) |
| LCH | lch(65.4 36.9 82.4) |
| OKLCH | oklch(0.704 0.089 81.1) |
Copy-ready code
/* CSS */
color: #bc9a5d;
background-color: #bc9a5d;
/* Tailwind (arbitrary) */
class="text-[#bc9a5d] bg-[#bc9a5d]"
/* SCSS */
$brand: #bc9a5d;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.365)
/* Android */
Color.parseColor("#bc9a5d")Accessibility — WCAG contrast
Aa
#bc9a5d on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9a5d on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow50.5%
Key (black)26.3%
Color previews
#bc9a5d text on a black background
contrast 7.92:1
Card sample
#bc9a5d text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9a5d;
Background color
Panel with #bc9a5d background
background-color: #bc9a5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9a5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9a5d; background: linear-gradient(135deg, #bc9a5d, #9FBC5D);