#bc9a2d
a balanced, vivid yellow · cool · closest name: olive
RGB
188, 154, 45
HSL
46°, 61%, 46%
CMYK
0, 18, 76, 26
Luminance
0.3399
Every format
| HEX | #bc9a2d |
| RGB | rgb(188, 154, 45) |
| HSL | hsl(46, 61%, 46%) |
| CMYK | cmyk(0%, 18%, 76%, 26%) |
| LAB | lab(65.0 1.6 58.3) |
| LCH | lch(65.0 58.3 88.4) |
| OKLCH | oklch(0.699 0.128 90.7) |
Copy-ready code
/* CSS */
color: #bc9a2d;
background-color: #bc9a2d;
/* Tailwind (arbitrary) */
class="text-[#bc9a2d] bg-[#bc9a2d]"
/* SCSS */
$brand: #bc9a2d;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.176)
/* Android */
Color.parseColor("#bc9a2d")Accessibility — WCAG contrast
Aa
#bc9a2d on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9a2d on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow76.1%
Key (black)26.3%
Color previews
#bc9a2d text on a black background
contrast 7.80:1
Card sample
#bc9a2d text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9a2d;
Background color
Panel with #bc9a2d background
background-color: #bc9a2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9a2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9a2d; background: linear-gradient(135deg, #bc9a2d, #7FBC2D);