I trying to convert this html
<p><font color = \"#808080\">SHILPI</p>
to docx using pandoc with this command
pandoc -s -o "test.docx" -t html5 -t docx html_file
But its losing colors, I am getting only text, as far as I know I think html code is correct because when I am using wkhtmltopdf to convert same html to pdf it gives the proper color. What can be the issue ? Thanks in advance.