#bc9a7b
a balanced, soft orange · warm · closest name: tan
RGB
188, 154, 123
HSL
29°, 33%, 61%
CMYK
0, 18, 35, 26
Luminance
0.3523
Every format
| HEX | #bc9a7b |
| RGB | rgb(188, 154, 123) |
| HSL | hsl(29, 33%, 61%) |
| CMYK | cmyk(0%, 18%, 35%, 26%) |
| LAB | lab(65.9 8.2 21.0) |
| LCH | lch(65.9 22.6 68.8) |
| OKLCH | oklch(0.709 0.059 64.0) |
Copy-ready code
/* CSS */
color: #bc9a7b;
background-color: #bc9a7b;
/* Tailwind (arbitrary) */
class="text-[#bc9a7b] bg-[#bc9a7b]"
/* SCSS */
$brand: #bc9a7b;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.482)
/* Android */
Color.parseColor("#bc9a7b")Accessibility — WCAG contrast
Aa
#bc9a7b on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9a7b on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow34.6%
Key (black)26.3%
Color previews
#bc9a7b text on a black background
contrast 8.05:1
Card sample
#bc9a7b text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9a7b;
Background color
Panel with #bc9a7b background
background-color: #bc9a7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9a7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9a7b; background: linear-gradient(135deg, #bc9a7b, #B3BC7B);