Multiple formats
Recognize HEX, RGB, RGBA, HSL, HSLA, and selected common names, then normalize to six-digit HEX.
Extract color values from HTML and CSS to identify the main and supporting colors used by a webpage.
This color extractor identifies common color formats in HTML attributes, inline style, and CSS, including three- and six-digit HEX, RGB, HSL, and common named colors. Duplicate colors are merged and counted, then exported as a standard HEX palette and CSS custom variables for design recovery, theming, refactoring, and brand analysis.
Recognize HEX, RGB, RGBA, HSL, HSLA, and selected common names, then normalize to six-digit HEX.
Different spellings of the same color become one HEX value with a usage count, making theme colors easier to find.
Generate :root variables directly for themes, component styles, and design tokens.
The palette normalizes colors to six-digit HEX, so alpha from RGBA or eight-digit HEX is not included in the final value. Keep the original CSS when transparency matters.
HEX, RGB, and HSL are the primary formats. A common named-color set is included for quick analysis; use HEX or keep the original CSS for uncommon names.
You may also need these file utilities
Convert stylesheet rules into inline style attributes for email templates and single-file pages.
Edit HTML code with live preview, find and replace, copying, and download features.
Render HTML code or webpage fragments as PNG, JPG, or WebP images for sharing and content creation.