Image

Color picker & converter

Native picker plus HEX, RGB, and HSL for CSS.

Edit HEX or use the color input โ€” values stay in the page.

From eyeballing hex codes to copy-paste accuracy

Developers implementing marketing landing pages, founders tweaking pitch decks, and support engineers documenting UI bugs all need exact color values without opening Photoshop. Pick once, copy HEX or HSL, paste into Tailwind config or a Jira comment.

Workflow fits

Translate designer PDF swatches into CSS variables, explore accessible hover states by nudging HSL lightness, or document brand palette updates for a rebrand rollout.

Display variance

Monitors differ in calibration. Critical brand approvals still need physical proofs or standardized sRGB viewing conditionsโ€”not just browser previews.

FAQ

Which format should I use in CSS?
HEX remains common in design handoffs; RGB and HSL help when adjusting alpha or programmatically shifting lightness. Modern CSS also supports OKLCH for perceptual uniformity.
Can I match an existing brand color?
Paste a known HEX or RGB to inspect components. For pixel-perfect matches from screenshots, use a dedicated eyedropper on the source image.
Does it check WCAG contrast?
Basic pickers may not. Pair chosen foreground and background colors with a contrast checker before shipping UI work.