NO BUG: Copying hex codes without # doesnt render border color correctly in frontend

If I copy hex color code without # to border color field RAW (could be same for others) it works fine in backend but tries to render it without required #

If I press hex it shows up like this:

In frontend we see it renders without #
CleanShot 2025-08-19 at 10.12.19@2x

Hi,
Thanks so much for your report!

E9E9E9 isn’t a valid value such as red, blue, salmon, yellow, var(--my-color), …
When copying hex colors, you should use the hex field (and clear the raw field if you already added anything there).

Best regards,
timmse

Yes I understand. Looks like my problem was not clearing RAW, I was only selecting hex which was showing correct color code.