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