#b58421
a dark, vivid yellow · warm · closest name: peru
RGB
181, 132, 33
HSL
40°, 69%, 42%
CMYK
0, 27, 82, 29
Luminance
0.2644
Every format
| HEX | #b58421 |
| RGB | rgb(181, 132, 33) |
| HSL | hsl(40, 69%, 42%) |
| CMYK | cmyk(0%, 27%, 82%, 29%) |
| LAB | lab(58.5 10.1 56.3) |
| LCH | lch(58.5 57.2 79.8) |
| OKLCH | oklch(0.645 0.123 79.8) |
Copy-ready code
/* CSS */
color: #b58421;
background-color: #b58421;
/* Tailwind (arbitrary) */
class="text-[#b58421] bg-[#b58421]"
/* SCSS */
$brand: #b58421;
/* SwiftUI */
Color(red: 0.710, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#b58421")Accessibility — WCAG contrast
Aa
#b58421 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b58421 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow81.8%
Key (black)29.0%
Color previews
#b58421 text on a black background
contrast 6.29:1
Card sample
#b58421 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58421;
Background color
Panel with #b58421 background
background-color: #b58421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58421; background: linear-gradient(135deg, #b58421, #84B521);