#bc9c5a
a balanced, soft yellow · warm · closest name: tan
RGB
188, 156, 90
HSL
40°, 42%, 55%
CMYK
0, 17, 52, 26
Luminance
0.3521
Every format
| HEX | #bc9c5a |
| RGB | rgb(188, 156, 90) |
| HSL | hsl(40, 42%, 55%) |
| CMYK | cmyk(0%, 17%, 52%, 26%) |
| LAB | lab(65.9 3.5 38.7) |
| LCH | lch(65.9 38.9 84.8) |
| OKLCH | oklch(0.708 0.093 84.2) |
Copy-ready code
/* CSS */
color: #bc9c5a;
background-color: #bc9c5a;
/* Tailwind (arbitrary) */
class="text-[#bc9c5a] bg-[#bc9c5a]"
/* SCSS */
$brand: #bc9c5a;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.353)
/* Android */
Color.parseColor("#bc9c5a")Accessibility — WCAG contrast
Aa
#bc9c5a on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9c5a on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow52.1%
Key (black)26.3%
Color previews
#bc9c5a text on a black background
contrast 8.04:1
Card sample
#bc9c5a text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9c5a;
Background color
Panel with #bc9c5a background
background-color: #bc9c5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9c5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9c5a; background: linear-gradient(135deg, #bc9c5a, #9BBC5A);