Hello,
The button color of the Hot Simple Contact module inherits the template's button styling. However, you can add this in the module's CSS file style.css:
Code:
.hot_simple_contact_submit input.button.btn {
background: #000000;
}
Change #000000 with a color of your preference.
Regards,
Milos