#bc9b65
a balanced, soft orange · warm · closest name: tan
RGB
188, 155, 101
HSL
37°, 39%, 57%
CMYK
0, 18, 46, 26
Luminance
0.3507
Every format
| HEX | #bc9b65 |
| RGB | rgb(188, 155, 101) |
| HSL | hsl(37, 39%, 57%) |
| CMYK | cmyk(0%, 18%, 46%, 26%) |
| LAB | lab(65.8 5.1 32.8) |
| LCH | lch(65.8 33.2 81.1) |
| OKLCH | oklch(0.707 0.081 79.2) |
Copy-ready code
/* CSS */
color: #bc9b65;
background-color: #bc9b65;
/* Tailwind (arbitrary) */
class="text-[#bc9b65] bg-[#bc9b65]"
/* SCSS */
$brand: #bc9b65;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.396)
/* Android */
Color.parseColor("#bc9b65")Accessibility — WCAG contrast
Aa
#bc9b65 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9b65 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow46.3%
Key (black)26.3%
Color previews
#bc9b65 text on a black background
contrast 8.01:1
Card sample
#bc9b65 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9b65;
Background color
Panel with #bc9b65 background
background-color: #bc9b65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9b65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9b65; background: linear-gradient(135deg, #bc9b65, #A3BC65);