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