#bc9e13
a dark, electric yellow · cool · closest name: olive
RGB
188, 158, 19
HSL
49°, 82%, 41%
CMYK
0, 16, 90, 26
Luminance
0.3519
Every format
| HEX | #bc9e13 |
| RGB | rgb(188, 158, 19) |
| HSL | hsl(49, 82%, 41%) |
| CMYK | cmyk(0%, 16%, 90%, 26%) |
| LAB | lab(65.9 -1.3 66.5) |
| LCH | lch(65.9 66.5 91.1) |
| OKLCH | oklch(0.706 0.141 94.9) |
Copy-ready code
/* CSS */
color: #bc9e13;
background-color: #bc9e13;
/* Tailwind (arbitrary) */
class="text-[#bc9e13] bg-[#bc9e13]"
/* SCSS */
$brand: #bc9e13;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.075)
/* Android */
Color.parseColor("#bc9e13")Accessibility — WCAG contrast
Aa
#bc9e13 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9e13 on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow89.9%
Key (black)26.3%
Color previews
#bc9e13 text on a black background
contrast 8.04:1
Card sample
#bc9e13 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9e13;
Background color
Panel with #bc9e13 background
background-color: #bc9e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9e13; background: linear-gradient(135deg, #bc9e13, #6ABC13);