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