#bc931f
a dark, vivid yellow · warm · closest name: peru
RGB
188, 147, 31
HSL
44°, 72%, 43%
CMYK
0, 22, 84, 26
Luminance
0.3166
Every format
| HEX | #bc931f |
| RGB | rgb(188, 147, 31) |
| HSL | hsl(44, 72%, 43%) |
| CMYK | cmyk(0%, 22%, 84%, 26%) |
| LAB | lab(63.1 5.0 61.3) |
| LCH | lch(63.1 61.5 85.4) |
| OKLCH | oklch(0.683 0.131 87.2) |
Copy-ready code
/* CSS */
color: #bc931f;
background-color: #bc931f;
/* Tailwind (arbitrary) */
class="text-[#bc931f] bg-[#bc931f]"
/* SCSS */
$brand: #bc931f;
/* SwiftUI */
Color(red: 0.737, green: 0.576, blue: 0.122)
/* Android */
Color.parseColor("#bc931f")Accessibility — WCAG contrast
Aa
#bc931f on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc931f on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow83.5%
Key (black)26.3%
Color previews
#bc931f text on a black background
contrast 7.33:1
Card sample
#bc931f text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc931f;
Background color
Panel with #bc931f background
background-color: #bc931f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc931f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 147, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 147, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc931f; background: linear-gradient(135deg, #bc931f, #7CBC1F);