#878717
a dark, vivid yellow · cool · closest name: olive
RGB
135, 135, 23
HSL
60°, 71%, 31%
CMYK
0, 0, 83, 47
Luminance
0.2254
Every format
| HEX | #878717 |
| RGB | rgb(135, 135, 23) |
| HSL | hsl(60, 71%, 31%) |
| CMYK | cmyk(0%, 0%, 83%, 47%) |
| LAB | lab(54.6 -12.9 54.3) |
| LCH | lch(54.6 55.8 103.4) |
| OKLCH | oklch(0.604 0.125 109.6) |
Copy-ready code
/* CSS */
color: #878717;
background-color: #878717;
/* Tailwind (arbitrary) */
class="text-[#878717] bg-[#878717]"
/* SCSS */
$brand: #878717;
/* SwiftUI */
Color(red: 0.529, green: 0.529, blue: 0.090)
/* Android */
Color.parseColor("#878717")Accessibility — WCAG contrast
Aa
#878717 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#878717 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green52.9%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow83.0%
Key (black)47.1%
Color previews
#878717 text on a black background
contrast 5.51:1
Card sample
#878717 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #878717;
Background color
Panel with #878717 background
background-color: #878717;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #878717;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 135, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 135, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #878717; background: linear-gradient(135deg, #878717, #3C8717);