#bc910f
a dark, electric yellow · cool · closest name: olive
RGB
188, 145, 15
HSL
45°, 85%, 40%
CMYK
0, 23, 92, 26
Luminance
0.3098
Every format
| HEX | #bc910f |
| RGB | rgb(188, 145, 15) |
| HSL | hsl(45, 85%, 40%) |
| CMYK | cmyk(0%, 23%, 92%, 26%) |
| LAB | lab(62.5 5.7 64.7) |
| LCH | lch(62.5 64.9 85.0) |
| OKLCH | oklch(0.679 0.136 86.8) |
Copy-ready code
/* CSS */
color: #bc910f;
background-color: #bc910f;
/* Tailwind (arbitrary) */
class="text-[#bc910f] bg-[#bc910f]"
/* SCSS */
$brand: #bc910f;
/* SwiftUI */
Color(red: 0.737, green: 0.569, blue: 0.059)
/* Android */
Color.parseColor("#bc910f")Accessibility — WCAG contrast
Aa
#bc910f on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc910f on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow92.0%
Key (black)26.3%
Color previews
#bc910f text on a black background
contrast 7.20:1
Card sample
#bc910f text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc910f;
Background color
Panel with #bc910f background
background-color: #bc910f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc910f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 145, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 145, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc910f; background: linear-gradient(135deg, #bc910f, #74BC0F);