#ba9b3f
a balanced, vivid yellow · warm · closest name: olive
RGB
186, 155, 63
HSL
45°, 49%, 49%
CMYK
0, 17, 66, 27
Luminance
0.3424
Every format
| HEX | #ba9b3f |
| RGB | rgb(186, 155, 63) |
| HSL | hsl(45, 49%, 49%) |
| CMYK | cmyk(0%, 17%, 66%, 27%) |
| LAB | lab(65.2 1.1 51.0) |
| LCH | lch(65.2 51.0 88.7) |
| OKLCH | oklch(0.700 0.116 90.3) |
Copy-ready code
/* CSS */
color: #ba9b3f;
background-color: #ba9b3f;
/* Tailwind (arbitrary) */
class="text-[#ba9b3f] bg-[#ba9b3f]"
/* SCSS */
$brand: #ba9b3f;
/* SwiftUI */
Color(red: 0.729, green: 0.608, blue: 0.247)
/* Android */
Color.parseColor("#ba9b3f")Accessibility — WCAG contrast
Aa
#ba9b3f on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9b3f on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow66.1%
Key (black)27.1%
Color previews
#ba9b3f text on a black background
contrast 7.85:1
Card sample
#ba9b3f text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9b3f;
Background color
Panel with #ba9b3f background
background-color: #ba9b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 155, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 155, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9b3f; background: linear-gradient(135deg, #ba9b3f, #87BA3F);