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