#ba9213
a dark, electric yellow · cool · closest name: olive
RGB
186, 146, 19
HSL
46°, 82%, 40%
CMYK
0, 22, 90, 27
Luminance
0.3104
Every format
| HEX | #ba9213 |
| RGB | rgb(186, 146, 19) |
| HSL | hsl(46, 82%, 40%) |
| CMYK | cmyk(0%, 22%, 90%, 27%) |
| LAB | lab(62.5 4.3 63.8) |
| LCH | lch(62.5 64.0 86.1) |
| OKLCH | oklch(0.679 0.135 88.3) |
Copy-ready code
/* CSS */
color: #ba9213;
background-color: #ba9213;
/* Tailwind (arbitrary) */
class="text-[#ba9213] bg-[#ba9213]"
/* SCSS */
$brand: #ba9213;
/* SwiftUI */
Color(red: 0.729, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#ba9213")Accessibility — WCAG contrast
Aa
#ba9213 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9213 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green57.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow89.8%
Key (black)27.1%
Color previews
#ba9213 text on a black background
contrast 7.21:1
Card sample
#ba9213 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9213;
Background color
Panel with #ba9213 background
background-color: #ba9213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9213; background: linear-gradient(135deg, #ba9213, #73BA13);