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