Switch CSS Color Format on the Fly

Converting from HEX to RGB and other formats can be done real quick with WebStorm.

Use _⌥⏎ (macOS) / Alt+Enter (Windows/Linux) to switch between different color formats in CSS.


Related Resources

Check CSS Properties
How to review the related CSS docs in WebStorm.
Show CSS Color Preview
How to display a CSS color in the background in WebStorm.
Extract Ruleset
Use an intention to quickly extract a ruleset in your stylesheet file.