Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>RGB HighlighterNew to Visual Studio Code? Get it now.
RGB Highlighter

RGB Highlighter

LKRN

|
4 installs
| (0) | Free
This extension detects RGB color sequences written as plain numbers, without the rgb prefix — for example: 255, 255, 255. It allows you to copy the color in either rgb(...) or hexadecimal format. This is especially useful when you're defining CSS variables in the format --example-color: 255, 255, 25
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🎨 RGB Highlighter

This extension detects RGB color sequences written as plain numbers, without the rgb prefix — for example: 255, 255, 255. It allows you to copy the color in either rgb(...) or hexadecimal format.

This is especially useful when you're defining CSS variables in the format:

--example-color: 255, 255, 255;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft