#bcb113
a dark, electric yellow · cool · closest name: olive
RGB
188, 177, 19
HSL
56°, 82%, 41%
CMYK
0, 6, 90, 26
Luminance
0.4218
Every format
| HEX | #bcb113 |
| RGB | rgb(188, 177, 19) |
| HSL | hsl(56, 82%, 41%) |
| CMYK | cmyk(0%, 6%, 90%, 26%) |
| LAB | lab(71.0 -11.3 70.5) |
| LCH | lch(71.0 71.4 99.1) |
| OKLCH | oklch(0.746 0.155 105.0) |
Copy-ready code
/* CSS */
color: #bcb113;
background-color: #bcb113;
/* Tailwind (arbitrary) */
class="text-[#bcb113] bg-[#bcb113]"
/* SCSS */
$brand: #bcb113;
/* SwiftUI */
Color(red: 0.737, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#bcb113")Accessibility — WCAG contrast
Aa
#bcb113 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb113 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow89.9%
Key (black)26.3%
Color previews
#bcb113 text on a black background
contrast 9.44:1
Card sample
#bcb113 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb113;
Background color
Panel with #bcb113 background
background-color: #bcb113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb113; background: linear-gradient(135deg, #bcb113, #56BC13);