#ba8c2f
a balanced, vivid yellow · warm · closest name: peru
RGB
186, 140, 47
HSL
40°, 60%, 46%
CMYK
0, 25, 75, 27
Luminance
0.2940
Every format
| HEX | #ba8c2f |
| RGB | rgb(186, 140, 47) |
| HSL | hsl(40, 60%, 46%) |
| CMYK | cmyk(0%, 25%, 75%, 27%) |
| LAB | lab(61.1 8.5 53.7) |
| LCH | lch(61.1 54.4 81.0) |
| OKLCH | oklch(0.668 0.120 81.1) |
Copy-ready code
/* CSS */
color: #ba8c2f;
background-color: #ba8c2f;
/* Tailwind (arbitrary) */
class="text-[#ba8c2f] bg-[#ba8c2f]"
/* SCSS */
$brand: #ba8c2f;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.184)
/* Android */
Color.parseColor("#ba8c2f")Accessibility — WCAG contrast
Aa
#ba8c2f on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba8c2f on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow74.7%
Key (black)27.1%
Color previews
#ba8c2f text on a black background
contrast 6.88:1
Card sample
#ba8c2f text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8c2f;
Background color
Panel with #ba8c2f background
background-color: #ba8c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8c2f; background: linear-gradient(135deg, #ba8c2f, #8BBA2F);