#bc9e7b
a balanced, soft orange · warm · closest name: tan
RGB
188, 158, 123
HSL
32°, 33%, 61%
CMYK
0, 16, 35, 26
Luminance
0.3658
Every format
| HEX | #bc9e7b |
| RGB | rgb(188, 158, 123) |
| HSL | hsl(32, 33%, 61%) |
| CMYK | cmyk(0%, 16%, 35%, 26%) |
| LAB | lab(67.0 6.0 22.4) |
| LCH | lch(67.0 23.2 75.1) |
| OKLCH | oklch(0.717 0.060 71.0) |
Copy-ready code
/* CSS */
color: #bc9e7b;
background-color: #bc9e7b;
/* Tailwind (arbitrary) */
class="text-[#bc9e7b] bg-[#bc9e7b]"
/* SCSS */
$brand: #bc9e7b;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.482)
/* Android */
Color.parseColor("#bc9e7b")Accessibility — WCAG contrast
Aa
#bc9e7b on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9e7b on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow34.6%
Key (black)26.3%
Color previews
#bc9e7b text on a black background
contrast 8.32:1
Card sample
#bc9e7b text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9e7b;
Background color
Panel with #bc9e7b background
background-color: #bc9e7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9e7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9e7b; background: linear-gradient(135deg, #bc9e7b, #AFBC7B);