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