#ba992f
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 153, 47
HSL
46°, 60%, 46%
CMYK
0, 18, 75, 27
Luminance
0.3343
Every format
| HEX | #ba992f |
| RGB | rgb(186, 153, 47) |
| HSL | hsl(46, 60%, 46%) |
| CMYK | cmyk(0%, 18%, 75%, 27%) |
| LAB | lab(64.5 1.4 57.0) |
| LCH | lch(64.5 57.0 88.6) |
| OKLCH | oklch(0.695 0.126 90.9) |
Copy-ready code
/* CSS */
color: #ba992f;
background-color: #ba992f;
/* Tailwind (arbitrary) */
class="text-[#ba992f] bg-[#ba992f]"
/* SCSS */
$brand: #ba992f;
/* SwiftUI */
Color(red: 0.729, green: 0.600, blue: 0.184)
/* Android */
Color.parseColor("#ba992f")Accessibility — WCAG contrast
Aa
#ba992f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba992f on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow74.7%
Key (black)27.1%
Color previews
#ba992f text on a black background
contrast 7.69:1
Card sample
#ba992f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba992f;
Background color
Panel with #ba992f background
background-color: #ba992f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba992f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 153, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 153, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba992f; background: linear-gradient(135deg, #ba992f, #7EBA2F);