Pick a color and get HEX, RGB, and HSL values
Pick any color visually and get its exact code in HEX, RGB, or HSL. A visual color selection tool for designers and developers who need precise color values for their projects.
Use your browser's built-in eyedropper tool or take a screenshot, then match the color visually in the picker to get close HEX/RGB values.
HEX (#FF5733) is most common for CSS. Use RGB when you need opacity (rgba), and HSL when you want to programmatically adjust hue or saturation.