#b39921
a dark, vivid yellow · cool · closest name: olive
RGB
179, 153, 33
HSL
49°, 69%, 42%
CMYK
0, 15, 82, 30
Luminance
0.3248
Every format
| HEX | #b39921 |
| RGB | rgb(179, 153, 33) |
| HSL | hsl(49, 69%, 42%) |
| CMYK | cmyk(0%, 15%, 82%, 30%) |
| LAB | lab(63.7 -2.3 60.9) |
| LCH | lch(63.7 60.9 92.1) |
| OKLCH | oklch(0.687 0.132 95.8) |
Copy-ready code
/* CSS */
color: #b39921;
background-color: #b39921;
/* Tailwind (arbitrary) */
class="text-[#b39921] bg-[#b39921]"
/* SCSS */
$brand: #b39921;
/* SwiftUI */
Color(red: 0.702, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#b39921")Accessibility — WCAG contrast
Aa
#b39921 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39921 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green60.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow81.6%
Key (black)29.8%
Color previews
#b39921 text on a black background
contrast 7.50:1
Card sample
#b39921 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39921;
Background color
Panel with #b39921 background
background-color: #b39921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39921; background: linear-gradient(135deg, #b39921, #6CB321);