#ba9332
a balanced, vivid yellow · warm · closest name: peru
RGB
186, 147, 50
HSL
43°, 58%, 46%
CMYK
0, 21, 73, 27
Luminance
0.3154
Every format
| HEX | #ba9332 |
| RGB | rgb(186, 147, 50) |
| HSL | hsl(43, 58%, 46%) |
| CMYK | cmyk(0%, 21%, 73%, 27%) |
| LAB | lab(63.0 4.8 54.3) |
| LCH | lch(63.0 54.5 85.0) |
| OKLCH | oklch(0.682 0.121 86.1) |
Copy-ready code
/* CSS */
color: #ba9332;
background-color: #ba9332;
/* Tailwind (arbitrary) */
class="text-[#ba9332] bg-[#ba9332]"
/* SCSS */
$brand: #ba9332;
/* SwiftUI */
Color(red: 0.729, green: 0.576, blue: 0.196)
/* Android */
Color.parseColor("#ba9332")Accessibility — WCAG contrast
Aa
#ba9332 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9332 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green57.6%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow73.1%
Key (black)27.1%
Color previews
#ba9332 text on a black background
contrast 7.31:1
Card sample
#ba9332 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9332;
Background color
Panel with #ba9332 background
background-color: #ba9332;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9332;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 147, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 147, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9332; background: linear-gradient(135deg, #ba9332, #86BA32);