#876c01
a dark, electric yellow · cool · closest name: olive
RGB
135, 108, 1
HSL
48°, 99%, 27%
CMYK
0, 20, 99, 47
Luminance
0.1588
Every format
| HEX | #876c01 |
| RGB | rgb(135, 108, 1) |
| HSL | hsl(48, 99%, 27%) |
| CMYK | cmyk(0%, 20%, 99%, 47%) |
| LAB | lab(46.8 1.6 53.1) |
| LCH | lch(46.8 53.2 88.3) |
| OKLCH | oklch(0.542 0.111 91.4) |
Copy-ready code
/* CSS */
color: #876c01;
background-color: #876c01;
/* Tailwind (arbitrary) */
class="text-[#876c01] bg-[#876c01]"
/* SCSS */
$brand: #876c01;
/* SwiftUI */
Color(red: 0.529, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#876c01")Accessibility — WCAG contrast
Aa
#876c01 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#876c01 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow99.3%
Key (black)47.1%
Color previews
#876c01 text on a black background
contrast 4.18:1
Card sample
#876c01 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #876c01;
Background color
Panel with #876c01 background
background-color: #876c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #876c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #876c01; background: linear-gradient(135deg, #876c01, #498701);