#ba962f
a balanced, vivid yellow · warm · closest name: olive
RGB
186, 150, 47
HSL
45°, 60%, 46%
CMYK
0, 19, 75, 27
Luminance
0.3246
Every format
| HEX | #ba962f |
| RGB | rgb(186, 150, 47) |
| HSL | hsl(45, 60%, 46%) |
| CMYK | cmyk(0%, 19%, 75%, 27%) |
| LAB | lab(63.7 3.0 56.3) |
| LCH | lch(63.7 56.3 86.9) |
| OKLCH | oklch(0.688 0.124 88.7) |
Copy-ready code
/* CSS */
color: #ba962f;
background-color: #ba962f;
/* Tailwind (arbitrary) */
class="text-[#ba962f] bg-[#ba962f]"
/* SCSS */
$brand: #ba962f;
/* SwiftUI */
Color(red: 0.729, green: 0.588, blue: 0.184)
/* Android */
Color.parseColor("#ba962f")Accessibility — WCAG contrast
Aa
#ba962f on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba962f on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow74.7%
Key (black)27.1%
Color previews
#ba962f text on a black background
contrast 7.49:1
Card sample
#ba962f text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba962f;
Background color
Panel with #ba962f background
background-color: #ba962f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba962f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 150, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 150, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba962f; background: linear-gradient(135deg, #ba962f, #81BA2F);