Hexly — Chrome extension

Extract the design of
any live website.

Hexly reads a page's colors, typography, and CSS, then hands them back as plain values, CSS variables, or Tailwind. It runs in a side panel, right on the page.

5 free runs as a guest — no account, no sign-in.

01/ Extraction

Read the whole palette,
the type, and the assets.

Point Hexly at any page and it pulls out what the page is made of — structured, ranked, and ready to copy.

Colors

Every color on the page, ranked by how often it appears, with near-identical shades merged. Copy a single swatch or the whole palette as hex, CSS variables, or Tailwind. Modern lab() and oklch() values are read correctly.

#533AFD
#7389FF
#FF6118
#FF61C0
#10B981
#0B1120
Read the docs

Typography

Every typeface in use — size, weight, line height, tracking — with its CSS ready to copy and a badge telling you whether it's free, paid, or a system font.

InterFree
Ag
size16px
weight600
leading24px
tracking-0.01em
Read the docs

Assets

Grab the images (PNG, JPG, WebP) and SVGs on a page. Copy or download them one at a time. Simple, and that's the point.

hero.webp
badge.png
logo.svg
mark.svg

02/ Inspection

Inspect anything on the
page, without DevTools.

Click an element and read its real, computed styles. Sample any pixel. Identify any word. Nothing to open, nothing to set up.

New

Read :hover before you ever touch it.

Hexly reads an element's :hover, :focus, :active, :disabled, and :checked styles directly — no hovering, no forcing element state in DevTools. Switch states and watch the CSS change.

CSS Inspect

Click any element to read its computed CSS. Copy the whole block, or just the Properties, Typography, or Style section.

section.container
Properties
displayflex
gap24px
color#475569
Read the docs

Color Picker

A screenshot-based eyedropper with a magnifier. Sample any pixel on the page — even one inside an image.

#FF6118

Font Picker

Click any text on the live page to pin a floating card showing exactly what font it is.

The quick brown fox
Inter Free
weight700
size34px
tracking-0.02em

03/ Formats

Copy it the way you
actually write it.

Colors, typography, and inspected CSS all copy as plain values, CSS variables, or Tailwind. One click. No reformatting on your end.

Plaincopy
#533AFD
#7389FF
#FF6118
#0B1120
#F8FAFC
CSS variablescopy
--brand: #533AFD;
--brand-2: #7389FF;
--accent: #FF6118;
--ink: #0B1120;
--paper: #F8FAFC;
Tailwindcopy
colors: {
  brand: '#533AFD',
  accent: '#FF6118',
  ink: '#0B1120',
}

04/ History

Re-copy anything
you've grabbed.

Every color, font, and CSS block you copy is kept in History, so you can paste it again without re-scanning the page. Free keeps your last 3 actions; Pro keeps 50.


05/ Pricing

Every feature, every tier.
Pro just lifts the ceiling.

Hexly never locks a feature behind a paywall. Guests and free accounts get 100% of the product. Paid plans only raise how many times you can run it — never what it can do.

Guest Free 5 runs, lifetime No account · no history
Free $0 5 runs per day Sign in with Google · last 3 actions
Pro $6.99/mo Unlimited runs or $59.99/yr · last 50 actions
See the full pricing breakdown

06/ Questions

Answers.

A run is one click of the Hexly toolbar icon on a page. Within that run you can copy as many colors, fonts, and CSS blocks as you like — the count only goes up when you open Hexly on a new page.

No. You get 5 runs as a guest with no sign-in at all. Signing in with Google switches you to the Free plan — 5 runs per day and a saved history of your last 3 actions.

Any Chromium-based browser — Chrome, Arc, Edge, Brave, and Opera. Firefox and Safari are not supported.

No. Hexly uses getComputedStyle to read the browser's computed styles — the same values DevTools shows you. It never reads raw source files, network requests, or anything outside the visible DOM.

Some pages use a strict Content Security Policy that blocks script injection, which stops Hexly from reading their styles. It also can't run on Chrome's own pages like chrome:// or the Chrome Web Store. Refreshing the page first often helps.

Open a page. Read its design.

5 free runs as a guest · every feature included · nothing leaves your browser