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