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