Colour Picker
Colour picker mode lets you sample colours from elements on the page and copy them in the format you need.
How it works
- Switch to Colour picker mode — press
4. - Hover over any element.
- The panel shows sampled colours: background, text, and border where applicable.
- Click a swatch to copy it in the active format.
Output formats
Toggle between three formats in the panel:
- HEX —
#4A9EFFor#4A9EFF80with alpha - RGB —
rgb(74, 158, 255)orrgba(74, 158, 255, 0.5) - HSL —
hsl(210, 100%, 65%)
Values are read from window.getComputedStyle(), so they reflect the rendered colour — including inherited and computed values.