Hey!!! you can make the change font color in the css file:
.wpcf7-form input {
color:#ff0000;
}
You may know the color code for that (In the last code, the color is red). And this change apply for all inputs of all contact form. If you need it for only one form, you may know the id of the contact form (e.g. id=”wpcf7-f68-p12-o1″)