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