#bc941e
a dark, vivid yellow · warm · closest name: olive
RGB
188, 148, 30
HSL
45°, 73%, 43%
CMYK
0, 21, 84, 26
Luminance
0.3196
Every format
| HEX | #bc941e |
| RGB | rgb(188, 148, 30) |
| HSL | hsl(45, 73%, 43%) |
| CMYK | cmyk(0%, 21%, 84%, 26%) |
| LAB | lab(63.3 4.4 61.8) |
| LCH | lch(63.3 61.9 85.9) |
| OKLCH | oklch(0.685 0.132 87.9) |
Copy-ready code
/* CSS */
color: #bc941e;
background-color: #bc941e;
/* Tailwind (arbitrary) */
class="text-[#bc941e] bg-[#bc941e]"
/* SCSS */
$brand: #bc941e;
/* SwiftUI */
Color(red: 0.737, green: 0.580, blue: 0.118)
/* Android */
Color.parseColor("#bc941e")Accessibility — WCAG contrast
Aa
#bc941e on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc941e on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green58.0%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow84.0%
Key (black)26.3%
Color previews
#bc941e text on a black background
contrast 7.39:1
Card sample
#bc941e text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc941e;
Background color
Panel with #bc941e background
background-color: #bc941e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc941e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 148, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 148, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc941e; background: linear-gradient(135deg, #bc941e, #7BBC1E);