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