#b7980f
a dark, electric yellow · cool · closest name: olive
RGB
183, 152, 15
HSL
49°, 85%, 39%
CMYK
0, 17, 92, 28
Luminance
0.3256
Every format
| HEX | #b7980f |
| RGB | rgb(183, 152, 15) |
| HSL | hsl(49, 85%, 39%) |
| CMYK | cmyk(0%, 17%, 92%, 28%) |
| LAB | lab(63.8 -0.4 65.4) |
| LCH | lch(63.8 65.4 90.3) |
| OKLCH | oklch(0.688 0.138 93.9) |
Copy-ready code
/* CSS */
color: #b7980f;
background-color: #b7980f;
/* Tailwind (arbitrary) */
class="text-[#b7980f] bg-[#b7980f]"
/* SCSS */
$brand: #b7980f;
/* SwiftUI */
Color(red: 0.718, green: 0.596, blue: 0.059)
/* Android */
Color.parseColor("#b7980f")Accessibility — WCAG contrast
Aa
#b7980f on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7980f on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green59.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow91.8%
Key (black)28.2%
Color previews
#b7980f text on a black background
contrast 7.51:1
Card sample
#b7980f text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7980f;
Background color
Panel with #b7980f background
background-color: #b7980f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7980f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 152, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 152, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7980f; background: linear-gradient(135deg, #b7980f, #66B70F);