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