The Chromo home search panel is the fastest way to open a color detail page. It accepts several color inputs and shows a live visual preview when possible.
Supported searches
- HEX values such as
#4BA2C2or4BA2C2. - RGB values such as
rgb(0, 128, 0). - HSL values such as
hsl(196, 49%, 53%). - Exact color names from the Chromo color database.
When the input is valid, Chromo can open the matching /chromo/{hex} page. If a color name exists in the database, the name search opens that exact saved color.
Best use
Use HEX for exact colors. Use RGB or HSL when you are copying values from design tools or CSS.