#b59521
a dark, vivid yellow · cool · closest name: olive
RGB
181, 149, 33
HSL
47°, 69%, 42%
CMYK
0, 18, 82, 29
Luminance
0.3143
Every format
| HEX | #b59521 |
| RGB | rgb(181, 149, 33) |
| HSL | hsl(47, 69%, 42%) |
| CMYK | cmyk(0%, 18%, 82%, 29%) |
| LAB | lab(62.9 0.8 60.2) |
| LCH | lch(62.9 60.2 89.3) |
| OKLCH | oklch(0.680 0.130 92.1) |
Copy-ready code
/* CSS */
color: #b59521;
background-color: #b59521;
/* Tailwind (arbitrary) */
class="text-[#b59521] bg-[#b59521]"
/* SCSS */
$brand: #b59521;
/* SwiftUI */
Color(red: 0.710, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#b59521")Accessibility — WCAG contrast
Aa
#b59521 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59521 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow81.8%
Key (black)29.0%
Color previews
#b59521 text on a black background
contrast 7.29:1
Card sample
#b59521 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59521;
Background color
Panel with #b59521 background
background-color: #b59521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59521; background: linear-gradient(135deg, #b59521, #73B521);