1๐
โ
I guess that you want a background color for your console.log.
Here is an example (open console to see it) :
console.log('%cThis is a text with a background color', 'background: #27e887; color: #ffffff');
Source:stackexchange.com