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