If you want to change specific page’s color, we need to check the page’s id. You can find it via inspector or tell me the related page and i can help you with.
In the same way, you can also add background image instead of color via this custom css code;
.one-page-content.is-visible { background-image: url(paste the image url here); }