#bc965b
a balanced, soft orange · warm · closest name: tan
RGB
188, 150, 91
HSL
37°, 42%, 55%
CMYK
0, 20, 52, 26
Luminance
0.3326
Every format
| HEX | #bc965b |
| RGB | rgb(188, 150, 91) |
| HSL | hsl(37, 42%, 55%) |
| CMYK | cmyk(0%, 20%, 52%, 26%) |
| LAB | lab(64.4 6.9 36.3) |
| LCH | lch(64.4 37.0 79.3) |
| OKLCH | oklch(0.695 0.089 77.5) |
Copy-ready code
/* CSS */
color: #bc965b;
background-color: #bc965b;
/* Tailwind (arbitrary) */
class="text-[#bc965b] bg-[#bc965b]"
/* SCSS */
$brand: #bc965b;
/* SwiftUI */
Color(red: 0.737, green: 0.588, blue: 0.357)
/* Android */
Color.parseColor("#bc965b")Accessibility — WCAG contrast
Aa
#bc965b on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc965b on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green58.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow51.6%
Key (black)26.3%
Color previews
#bc965b text on a black background
contrast 7.65:1
Card sample
#bc965b text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc965b;
Background color
Panel with #bc965b background
background-color: #bc965b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc965b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 150, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 150, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc965b; background: linear-gradient(135deg, #bc965b, #A1BC5B);