#bc9a4d
a balanced, vivid yellow · warm · closest name: peru
RGB
188, 154, 77
HSL
42°, 45%, 52%
CMYK
0, 18, 59, 26
Luminance
0.3434
Every format
| HEX | #bc9a4d |
| RGB | rgb(188, 154, 77) |
| HSL | hsl(42, 45%, 52%) |
| CMYK | cmyk(0%, 18%, 59%, 26%) |
| LAB | lab(65.2 3.5 44.5) |
| LCH | lch(65.2 44.6 85.5) |
| OKLCH | oklch(0.702 0.104 85.7) |
Copy-ready code
/* CSS */
color: #bc9a4d;
background-color: #bc9a4d;
/* Tailwind (arbitrary) */
class="text-[#bc9a4d] bg-[#bc9a4d]"
/* SCSS */
$brand: #bc9a4d;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.302)
/* Android */
Color.parseColor("#bc9a4d")Accessibility — WCAG contrast
Aa
#bc9a4d on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9a4d on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow59.0%
Key (black)26.3%
Color previews
#bc9a4d text on a black background
contrast 7.87:1
Card sample
#bc9a4d text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9a4d;
Background color
Panel with #bc9a4d background
background-color: #bc9a4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9a4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9a4d; background: linear-gradient(135deg, #bc9a4d, #94BC4D);