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