#bc9b3f
a balanced, vivid yellow · warm · closest name: peru
RGB
188, 155, 63
HSL
44°, 50%, 49%
CMYK
0, 18, 67, 26
Luminance
0.3449
Every format
| HEX | #bc9b3f |
| RGB | rgb(188, 155, 63) |
| HSL | hsl(44, 50%, 49%) |
| CMYK | cmyk(0%, 18%, 67%, 26%) |
| LAB | lab(65.3 2.0 51.2) |
| LCH | lch(65.3 51.3 87.7) |
| OKLCH | oklch(0.702 0.116 89.2) |
Copy-ready code
/* CSS */
color: #bc9b3f;
background-color: #bc9b3f;
/* Tailwind (arbitrary) */
class="text-[#bc9b3f] bg-[#bc9b3f]"
/* SCSS */
$brand: #bc9b3f;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.247)
/* Android */
Color.parseColor("#bc9b3f")Accessibility — WCAG contrast
Aa
#bc9b3f on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9b3f on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow66.5%
Key (black)26.3%
Color previews
#bc9b3f text on a black background
contrast 7.90:1
Card sample
#bc9b3f text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9b3f;
Background color
Panel with #bc9b3f background
background-color: #bc9b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9b3f; background: linear-gradient(135deg, #bc9b3f, #8ABC3F);