#b58e21
a dark, vivid yellow · warm · closest name: olive
RGB
181, 142, 33
HSL
44°, 69%, 42%
CMYK
0, 22, 82, 29
Luminance
0.2928
Every format
| HEX | #b58e21 |
| RGB | rgb(181, 142, 33) |
| HSL | hsl(44, 69%, 42%) |
| CMYK | cmyk(0%, 22%, 82%, 29%) |
| LAB | lab(61.0 4.6 58.6) |
| LCH | lch(61.0 58.8 85.5) |
| OKLCH | oklch(0.666 0.126 87.2) |
Copy-ready code
/* CSS */
color: #b58e21;
background-color: #b58e21;
/* Tailwind (arbitrary) */
class="text-[#b58e21] bg-[#b58e21]"
/* SCSS */
$brand: #b58e21;
/* SwiftUI */
Color(red: 0.710, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#b58e21")Accessibility — WCAG contrast
Aa
#b58e21 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b58e21 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow81.8%
Key (black)29.0%
Color previews
#b58e21 text on a black background
contrast 6.86:1
Card sample
#b58e21 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58e21;
Background color
Panel with #b58e21 background
background-color: #b58e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58e21; background: linear-gradient(135deg, #b58e21, #79B521);