#b79337
a balanced, vivid yellow · warm · closest name: peru
RGB
183, 147, 55
HSL
43°, 54%, 47%
CMYK
0, 20, 70, 28
Luminance
0.3121
Every format
| HEX | #b79337 |
| RGB | rgb(183, 147, 55) |
| HSL | hsl(43, 54%, 47%) |
| CMYK | cmyk(0%, 20%, 70%, 28%) |
| LAB | lab(62.7 3.7 51.8) |
| LCH | lch(62.7 52.0 85.9) |
| OKLCH | oklch(0.680 0.116 87.1) |
Copy-ready code
/* CSS */
color: #b79337;
background-color: #b79337;
/* Tailwind (arbitrary) */
class="text-[#b79337] bg-[#b79337]"
/* SCSS */
$brand: #b79337;
/* SwiftUI */
Color(red: 0.718, green: 0.576, blue: 0.216)
/* Android */
Color.parseColor("#b79337")Accessibility — WCAG contrast
Aa
#b79337 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79337 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green57.6%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow69.9%
Key (black)28.2%
Color previews
#b79337 text on a black background
contrast 7.24:1
Card sample
#b79337 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79337;
Background color
Panel with #b79337 background
background-color: #b79337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 147, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 147, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79337; background: linear-gradient(135deg, #b79337, #86B737);