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