#ba9c13
a dark, electric yellow · cool · closest name: olive
RGB
186, 156, 19
HSL
49°, 82%, 40%
CMYK
0, 16, 90, 27
Luminance
0.3426
Every format
| HEX | #ba9c13 |
| RGB | rgb(186, 156, 19) |
| HSL | hsl(49, 82%, 40%) |
| CMYK | cmyk(0%, 16%, 90%, 27%) |
| LAB | lab(65.2 -1.1 65.9) |
| LCH | lch(65.2 65.9 91.0) |
| OKLCH | oklch(0.700 0.140 94.7) |
Copy-ready code
/* CSS */
color: #ba9c13;
background-color: #ba9c13;
/* Tailwind (arbitrary) */
class="text-[#ba9c13] bg-[#ba9c13]"
/* SCSS */
$brand: #ba9c13;
/* SwiftUI */
Color(red: 0.729, green: 0.612, blue: 0.075)
/* Android */
Color.parseColor("#ba9c13")Accessibility — WCAG contrast
Aa
#ba9c13 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9c13 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow89.8%
Key (black)27.1%
Color previews
#ba9c13 text on a black background
contrast 7.85:1
Card sample
#ba9c13 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9c13;
Background color
Panel with #ba9c13 background
background-color: #ba9c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 156, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 156, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9c13; background: linear-gradient(135deg, #ba9c13, #69BA13);