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