#b39f13
a dark, electric yellow · cool · closest name: olive
RGB
179, 159, 19
HSL
53°, 81%, 39%
CMYK
0, 11, 89, 30
Luminance
0.3443
Every format
| HEX | #b39f13 |
| RGB | rgb(179, 159, 19) |
| HSL | hsl(53, 81%, 39%) |
| CMYK | cmyk(0%, 11%, 89%, 30%) |
| LAB | lab(65.3 -5.9 65.7) |
| LCH | lch(65.3 66.0 95.1) |
| OKLCH | oklch(0.699 0.141 100.0) |
Copy-ready code
/* CSS */
color: #b39f13;
background-color: #b39f13;
/* Tailwind (arbitrary) */
class="text-[#b39f13] bg-[#b39f13]"
/* SCSS */
$brand: #b39f13;
/* SwiftUI */
Color(red: 0.702, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#b39f13")Accessibility — WCAG contrast
Aa
#b39f13 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39f13 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow89.4%
Key (black)29.8%
Color previews
#b39f13 text on a black background
contrast 7.89:1
Card sample
#b39f13 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39f13;
Background color
Panel with #b39f13 background
background-color: #b39f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39f13; background: linear-gradient(135deg, #b39f13, #5CB313);