#b78821
a dark, vivid yellow · warm · closest name: peru
RGB
183, 136, 33
HSL
41°, 69%, 42%
CMYK
0, 26, 82, 28
Luminance
0.2779
Every format
| HEX | #b78821 |
| RGB | rgb(183, 136, 33) |
| HSL | hsl(41, 69%, 42%) |
| CMYK | cmyk(0%, 26%, 82%, 28%) |
| LAB | lab(59.7 8.8 57.5) |
| LCH | lch(59.7 58.2 81.3) |
| OKLCH | oklch(0.656 0.125 81.7) |
Copy-ready code
/* CSS */
color: #b78821;
background-color: #b78821;
/* Tailwind (arbitrary) */
class="text-[#b78821] bg-[#b78821]"
/* SCSS */
$brand: #b78821;
/* SwiftUI */
Color(red: 0.718, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#b78821")Accessibility — WCAG contrast
Aa
#b78821 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b78821 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow82.0%
Key (black)28.2%
Color previews
#b78821 text on a black background
contrast 6.56:1
Card sample
#b78821 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78821;
Background color
Panel with #b78821 background
background-color: #b78821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78821; background: linear-gradient(135deg, #b78821, #82B721);