#bc9c3a
a balanced, vivid yellow · cool · closest name: olive
RGB
188, 156, 58
HSL
45°, 53%, 48%
CMYK
0, 17, 69, 26
Luminance
0.3477
Every format
| HEX | #bc9c3a |
| RGB | rgb(188, 156, 58) |
| HSL | hsl(45, 53%, 48%) |
| CMYK | cmyk(0%, 17%, 69%, 26%) |
| LAB | lab(65.6 1.2 53.7) |
| LCH | lch(65.6 53.7 88.7) |
| OKLCH | oklch(0.704 0.121 90.6) |
Copy-ready code
/* CSS */
color: #bc9c3a;
background-color: #bc9c3a;
/* Tailwind (arbitrary) */
class="text-[#bc9c3a] bg-[#bc9c3a]"
/* SCSS */
$brand: #bc9c3a;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.227)
/* Android */
Color.parseColor("#bc9c3a")Accessibility — WCAG contrast
Aa
#bc9c3a on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9c3a on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow69.1%
Key (black)26.3%
Color previews
#bc9c3a text on a black background
contrast 7.95:1
Card sample
#bc9c3a text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9c3a;
Background color
Panel with #bc9c3a background
background-color: #bc9c3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9c3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9c3a; background: linear-gradient(135deg, #bc9c3a, #85BC3A);