#87980c
a dark, electric yellow · cool · closest name: olive
RGB
135, 152, 12
HSL
67°, 85%, 32%
CMYK
11, 0, 92, 40
Luminance
0.2763
Every format
| HEX | #87980c |
| RGB | rgb(135, 152, 12) |
| HSL | hsl(67, 85%, 32%) |
| CMYK | cmyk(11%, 0%, 92%, 40%) |
| LAB | lab(59.6 -22.0 60.8) |
| LCH | lch(59.6 64.7 109.9) |
| OKLCH | oklch(0.644 0.146 117.5) |
Copy-ready code
/* CSS */
color: #87980c;
background-color: #87980c;
/* Tailwind (arbitrary) */
class="text-[#87980c] bg-[#87980c]"
/* SCSS */
$brand: #87980c;
/* SwiftUI */
Color(red: 0.529, green: 0.596, blue: 0.047)
/* Android */
Color.parseColor("#87980c")Accessibility — WCAG contrast
Aa
#87980c on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#87980c on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green59.6%
Blue4.7%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow92.1%
Key (black)40.4%
Color previews
#87980c text on a black background
contrast 6.53:1
Card sample
#87980c text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87980c;
Background color
Panel with #87980c background
background-color: #87980c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87980c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 152, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 152, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87980c; background: linear-gradient(135deg, #87980c, #2A980C);