#bc976b
a balanced, soft orange · warm · closest name: tan
RGB
188, 151, 107
HSL
33°, 38%, 58%
CMYK
0, 20, 43, 26
Luminance
0.3389
Every format
| HEX | #bc976b |
| RGB | rgb(188, 151, 107) |
| HSL | hsl(33, 38%, 58%) |
| CMYK | cmyk(0%, 20%, 43%, 26%) |
| LAB | lab(64.9 7.9 28.4) |
| LCH | lch(64.9 29.5 74.4) |
| OKLCH | oklch(0.700 0.074 71.0) |
Copy-ready code
/* CSS */
color: #bc976b;
background-color: #bc976b;
/* Tailwind (arbitrary) */
class="text-[#bc976b] bg-[#bc976b]"
/* SCSS */
$brand: #bc976b;
/* SwiftUI */
Color(red: 0.737, green: 0.592, blue: 0.420)
/* Android */
Color.parseColor("#bc976b")Accessibility — WCAG contrast
Aa
#bc976b on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc976b on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green59.2%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow43.1%
Key (black)26.3%
Color previews
#bc976b text on a black background
contrast 7.78:1
Card sample
#bc976b text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc976b;
Background color
Panel with #bc976b background
background-color: #bc976b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc976b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 151, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 151, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc976b; background: linear-gradient(135deg, #bc976b, #ABBC6B);