#bc931b
a dark, vivid yellow · warm · closest name: olive
RGB
188, 147, 27
HSL
45°, 75%, 42%
CMYK
0, 22, 86, 26
Luminance
0.3164
Every format
| HEX | #bc931b |
| RGB | rgb(188, 147, 27) |
| HSL | hsl(45, 75%, 42%) |
| CMYK | cmyk(0%, 22%, 86%, 26%) |
| LAB | lab(63.0 4.8 62.4) |
| LCH | lch(63.0 62.6 85.6) |
| OKLCH | oklch(0.683 0.133 87.5) |
Copy-ready code
/* CSS */
color: #bc931b;
background-color: #bc931b;
/* Tailwind (arbitrary) */
class="text-[#bc931b] bg-[#bc931b]"
/* SCSS */
$brand: #bc931b;
/* SwiftUI */
Color(red: 0.737, green: 0.576, blue: 0.106)
/* Android */
Color.parseColor("#bc931b")Accessibility — WCAG contrast
Aa
#bc931b on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc931b on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.6%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow85.6%
Key (black)26.3%
Color previews
#bc931b text on a black background
contrast 7.33:1
Card sample
#bc931b text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc931b;
Background color
Panel with #bc931b background
background-color: #bc931b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc931b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 147, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 147, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc931b; background: linear-gradient(135deg, #bc931b, #7ABC1B);