That is not a colour this tool recognises.
nearly-blue- Why:
- A name that is not one of the CSS colour keywords, or a format with a typo in it. CSS has a fixed list of names and nothing outside it is valid.
- Fix:
- Use a hex value like #5b3df5, a function like rgb(91 61 245) or hsl(250 91% 60%), or a real CSS colour name.