#bc9c0a
a dark, electric yellow · cool · closest name: olive
RGB
188, 156, 10
HSL
49°, 90%, 39%
CMYK
0, 17, 95, 26
Luminance
0.3449
Every format
| HEX | #bc9c0a |
| RGB | rgb(188, 156, 10) |
| HSL | hsl(49, 90%, 39%) |
| CMYK | cmyk(0%, 17%, 95%, 26%) |
| LAB | lab(65.3 -0.4 67.6) |
| LCH | lch(65.3 67.6 90.3) |
| OKLCH | oklch(0.701 0.142 94.0) |
Copy-ready code
/* CSS */
color: #bc9c0a;
background-color: #bc9c0a;
/* Tailwind (arbitrary) */
class="text-[#bc9c0a] bg-[#bc9c0a]"
/* SCSS */
$brand: #bc9c0a;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.039)
/* Android */
Color.parseColor("#bc9c0a")Accessibility — WCAG contrast
Aa
#bc9c0a on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9c0a on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow94.7%
Key (black)26.3%
Color previews
#bc9c0a text on a black background
contrast 7.90:1
Card sample
#bc9c0a text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9c0a;
Background color
Panel with #bc9c0a background
background-color: #bc9c0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9c0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9c0a; background: linear-gradient(135deg, #bc9c0a, #65BC0A);