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