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