Hi Adrian
Sorry I couldn’t help, however I use Contact Form 7 also, and it works for me. Changing the colour of the 5th accent colour field seems to change the background of all input fields.
You could try adding the following Custom CSS which should allow you to set the colour of the all input field text.
#content input {
color: purple;
}
Hope this helps…
Cheers
Jim…