Chrome Dev Tools RGBA/HSL Conversion to some new format
问题 I used to convert #1c1959db to the standard rgba(255,0,0,0.3) but now it converts to some unrecognized format rgb(28 25 89 / 86%). please guide how to fix this on chrome dev tools 回答1: but now it converts to some unrecognized format rgb(28 25 89 / 86%). This is the new format as defined in the specification rgb() = rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) <alpha-value> = <number> | <percentage> You should get used to it now but you can easily