#87780f
a dark, electric yellow · cool · closest name: olive
RGB
135, 120, 15
HSL
53°, 80%, 29%
CMYK
0, 11, 89, 47
Luminance
0.1862
Every format
| HEX | #87780f |
| RGB | rgb(135, 120, 15) |
| HSL | hsl(53, 80%, 29%) |
| CMYK | cmyk(0%, 11%, 89%, 47%) |
| LAB | lab(50.2 -4.9 52.7) |
| LCH | lch(50.2 53.0 95.3) |
| OKLCH | oklch(0.569 0.114 100.2) |
Copy-ready code
/* CSS */
color: #87780f;
background-color: #87780f;
/* Tailwind (arbitrary) */
class="text-[#87780f] bg-[#87780f]"
/* SCSS */
$brand: #87780f;
/* SwiftUI */
Color(red: 0.529, green: 0.471, blue: 0.059)
/* Android */
Color.parseColor("#87780f")Accessibility — WCAG contrast
Aa
#87780f on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#87780f on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green47.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow88.9%
Key (black)47.1%
Color previews
#87780f text on a black background
contrast 4.72:1
Card sample
#87780f text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87780f;
Background color
Panel with #87780f background
background-color: #87780f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87780f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 120, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 120, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87780f; background: linear-gradient(135deg, #87780f, #46870F);