#b48721
a dark, vivid yellow · warm · closest name: peru
RGB
180, 135, 33
HSL
42°, 69%, 42%
CMYK
0, 25, 82, 29
Luminance
0.2714
Every format
| HEX | #b48721 |
| RGB | rgb(180, 135, 33) |
| HSL | hsl(42, 69%, 42%) |
| CMYK | cmyk(0%, 25%, 82%, 29%) |
| LAB | lab(59.1 8.0 56.9) |
| LCH | lch(59.1 57.4 82.0) |
| OKLCH | oklch(0.650 0.124 82.6) |
Copy-ready code
/* CSS */
color: #b48721;
background-color: #b48721;
/* Tailwind (arbitrary) */
class="text-[#b48721] bg-[#b48721]"
/* SCSS */
$brand: #b48721;
/* SwiftUI */
Color(red: 0.706, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#b48721")Accessibility — WCAG contrast
Aa
#b48721 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b48721 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green52.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow81.7%
Key (black)29.4%
Color previews
#b48721 text on a black background
contrast 6.43:1
Card sample
#b48721 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b48721;
Background color
Panel with #b48721 background
background-color: #b48721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b48721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b48721; background: linear-gradient(135deg, #b48721, #7FB421);