#ba9012
a dark, electric yellow · cool · closest name: olive
RGB
186, 144, 18
HSL
45°, 82%, 40%
CMYK
0, 23, 90, 27
Luminance
0.3043
Every format
| HEX | #ba9012 |
| RGB | rgb(186, 144, 18) |
| HSL | hsl(45, 82%, 40%) |
| CMYK | cmyk(0%, 23%, 90%, 27%) |
| LAB | lab(62.0 5.4 63.6) |
| LCH | lch(62.0 63.9 85.2) |
| OKLCH | oklch(0.675 0.134 87.1) |
Copy-ready code
/* CSS */
color: #ba9012;
background-color: #ba9012;
/* Tailwind (arbitrary) */
class="text-[#ba9012] bg-[#ba9012]"
/* SCSS */
$brand: #ba9012;
/* SwiftUI */
Color(red: 0.729, green: 0.565, blue: 0.071)
/* Android */
Color.parseColor("#ba9012")Accessibility — WCAG contrast
Aa
#ba9012 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9012 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow90.3%
Key (black)27.1%
Color previews
#ba9012 text on a black background
contrast 7.09:1
Card sample
#ba9012 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9012;
Background color
Panel with #ba9012 background
background-color: #ba9012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 144, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 144, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9012; background: linear-gradient(135deg, #ba9012, #74BA12);