Hi Jan!
You should be able to change the background color using some HTML. Not sure how is your knowledge on websites is, but mostly HTML is the language used to be create the websites, so you can edit the HTML code of your block to change the background)
You could create a <div> and give it a background color to change the bg color of it.
<div style="background-color:#123456;">
Your super nice text
Some text here
More text
</div>
(to make it work, make sure you have the HTML edition mode pressing the 'HTML' button in your website's editor,
otherwise the text will be printed as it is instead of being processed as HTML)
If you can't see it it can be that you don't have the right permissions!
Best regards,
Erik