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