#b39430
a dark, vivid yellow · cool · closest name: olive
RGB
179, 148, 48
HSL
46°, 58%, 45%
CMYK
0, 17, 73, 30
Luminance
0.3098
Every format
| HEX | #b39430 |
| RGB | rgb(179, 148, 48) |
| HSL | hsl(46, 58%, 45%) |
| CMYK | cmyk(0%, 17%, 73%, 30%) |
| LAB | lab(62.5 1.0 54.4) |
| LCH | lch(62.5 54.4 88.9) |
| OKLCH | oklch(0.677 0.121 91.2) |
Copy-ready code
/* CSS */
color: #b39430;
background-color: #b39430;
/* Tailwind (arbitrary) */
class="text-[#b39430] bg-[#b39430]"
/* SCSS */
$brand: #b39430;
/* SwiftUI */
Color(red: 0.702, green: 0.580, blue: 0.188)
/* Android */
Color.parseColor("#b39430")Accessibility — WCAG contrast
Aa
#b39430 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39430 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green58.0%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow73.2%
Key (black)29.8%
Color previews
#b39430 text on a black background
contrast 7.20:1
Card sample
#b39430 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39430;
Background color
Panel with #b39430 background
background-color: #b39430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 148, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 148, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39430; background: linear-gradient(135deg, #b39430, #7BB330);