#b48413
a dark, electric yellow · warm · closest name: peru
RGB
180, 132, 19
HSL
42°, 81%, 39%
CMYK
0, 27, 89, 29
Luminance
0.2625
Every format
| HEX | #b48413 |
| RGB | rgb(180, 132, 19) |
| HSL | hsl(42, 81%, 39%) |
| CMYK | cmyk(0%, 27%, 89%, 29%) |
| LAB | lab(58.3 9.3 60.2) |
| LCH | lch(58.3 60.9 81.2) |
| OKLCH | oklch(0.644 0.128 81.7) |
Copy-ready code
/* CSS */
color: #b48413;
background-color: #b48413;
/* Tailwind (arbitrary) */
class="text-[#b48413] bg-[#b48413]"
/* SCSS */
$brand: #b48413;
/* SwiftUI */
Color(red: 0.706, green: 0.518, blue: 0.075)
/* Android */
Color.parseColor("#b48413")Accessibility — WCAG contrast
Aa
#b48413 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b48413 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green51.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow89.4%
Key (black)29.4%
Color previews
#b48413 text on a black background
contrast 6.25:1
Card sample
#b48413 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b48413;
Background color
Panel with #b48413 background
background-color: #b48413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b48413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 132, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 132, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b48413; background: linear-gradient(135deg, #b48413, #79B413);